call
Parameters
1. invocation (required)
type InvocationArguments = {
hash: UInt160;
operation: string;
args?: Argument[];
abortOnFail?: boolean;
};Returns
type InvocationResult = {
script: Base64Encoded;
state: VMState;
gasconsumed: Integer;
exception?: string;
notifications: Notification[];
stack: StackItem[];
};Errors
Code
Name
Description
Example
Request
Response
最后更新于