@multiversx/sdk-core - v14.0.1
    Preparing search index...

    Class TransactionOnNetwork

    Index

    Constructors

    Properties

    blockHash: string = ""
    data: Buffer = ...
    epoch: number = 0
    function: string = ""
    gasLimit: bigint = 0n
    gasPrice: bigint = 0n
    hash: string = ""
    isCompleted?: boolean
    logs: TransactionLogs = ...
    miniblockHash: string = ""
    nonce: bigint = 0n
    options: number = 0
    raw: Record<string, any> = {}
    receiver: Address = ...
    receiverShard: number = 0
    round: bigint = 0n
    sender: Address = ...
    senderShard: number = 0
    signature: Uint8Array = ...
    smartContractResults: SmartContractResult[] = []
    status: TransactionStatus = ...
    timestamp: number = 0
    type: string = ""
    value: bigint = 0n
    version: number = 0

    Methods