Type alias TransactionStoragePhase

TransactionStoragePhase: {
    statusChange: AccountStatusChange;
    storageFeesCollected: bigint;
    storageFeesDue?: Maybe<bigint>;
}

Type declaration

  • statusChange: AccountStatusChange
  • storageFeesCollected: bigint
  • Optional storageFeesDue?: Maybe<bigint>

Generated using TypeDoc