TrxUntypedTransaction: {
    blockNumber: number;
    feeLimit?: Amount;
    from: BlockchainAddress;
    hash: string;
    kind: TrxTransactionKind;
    parameters: Record<string, unknown>;
    receipt: TrxReceipt;
}

Type declaration

Generated using TypeDoc