NeoRust GUI Documentation - v0.4.2
    Preparing search index...

    Interface Transaction

    interface Transaction {
        attributes: any[];
        blockIndex: number;
        blockTime: number;
        exception?: string;
        hash: string;
        netFee: string;
        nonce: number;
        script: string;
        sender: string;
        signers: { account: string; scopes: string }[];
        size: number;
        sysFee: string;
        validUntilBlock: number;
        version: number;
        vmState: string;
        witnesses: any[];
    }
    Index

    Properties

    attributes: any[]
    blockIndex: number
    blockTime: number
    exception?: string
    hash: string
    netFee: string
    nonce: number
    script: string
    sender: string
    signers: { account: string; scopes: string }[]
    size: number
    sysFee: string
    validUntilBlock: number
    version: number
    vmState: string
    witnesses: any[]