method property

String method
final

Method is some network-specific procedure call. This method could map to a network-specific RPC endpoint, a method in a SDK generated from a smart contract, or some hybrid of the two. The implementation must define all available methods in the Allow object. However, it is up to the caller to determine which parameters to provide when invoking /call.

Implementation

final String method;