Type Alias: ProcessedTransaction
type ProcessedTransaction: object;
The structure representing a processed transaction.
Type declaration
blockHash
blockHash: Hex;
blockNumber
blockNumber: number;
bounceTo
bounceTo: Address;
data
data: Hex;
feeCredit
feeCredit: bigint;
flags
flags: Flags[];
from
from: Address;
gasUsed
gasUsed: bigint;
hash
hash: Hex;
index?
optional index: number;
maxFeePerGas
maxFeePerGas: bigint;
maxPriorityFeePerGas
maxPriorityFeePerGas: bigint;
refundTo
refundTo: Address;
seqno
seqno: bigint;
signature
signature: Hex;
success
success: boolean;
to
to: Address;
value
value: bigint;
Export
Defined
@nilfoundation/niljs/src/types/ProcessedTransaction.ts:11