getApplicationLog
Parameters
1. txid (required)
Returns
type ApplicationLog = {
txid: UInt256;
executions: {
trigger: TriggerType;
vmstate: VMState;
exception?: string;
gasconsumed: Integer;
stack: StackItem[];
notifications: Notification[];
}[];
};Errors
Code
Name
Description
Example
Request
Response
最后更新于