interface GAObject {
    callerId: string;
    gasPrice: bigint;
    gasUsed: number;
    height: number;
    innerObject?: TxInfoObject;
    returnType: GAReturnType;
    returnValue: string;
}

Properties

callerId: string

Base58Check encoded tagged pubkey

gasPrice: bigint
gasUsed: number
height: number
innerObject?: TxInfoObject
returnType: GAReturnType

The status of the call 'ok | error'.

returnValue: string

Base64Check encoded tagged byte array