near-api-js - v7.0.4
    Preparing search index...
    interface Transaction {
        actions: any[];
        hash: string;
        nonce: bigint;
        public_key: string;
        receiver_id: string;
        signature: string;
        signer_id: string;
    }
    Index

    Properties

    actions: any[]
    hash: string
    nonce: bigint
    public_key: string
    receiver_id: string
    signature: string
    signer_id: string