Type Alias EpochChangedEvent

EpochChangedEvent: {
    event: {
        lst_supply: string;
        new_sui_supply: string;
        old_sui_supply: string;
        spread_fee: string;
        typename: { name: string };
    };
    eventSeq: string;
    sender: string;
    timestamp: string;
    txDigest: string;
    type: string;
}

Type declaration

  • event: {
        lst_supply: string;
        new_sui_supply: string;
        old_sui_supply: string;
        spread_fee: string;
        typename: { name: string };
    }
  • eventSeq: string
  • sender: string
  • timestamp: string
  • txDigest: string
  • type: string