public final class JsonrpcRequestMessageConstants extends Object
JsonrpcRequestMessage interface.| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME_METHOD
The property name for
$.method part. |
static String |
PROPERTY_NAME_PARAMS
The name of the property for
$.params part. |
public static final String PROPERTY_NAME_METHOD
$.method part. The value is "method".
A String containing the name of the method to be invoked. Method names that begin with the word rpc followed by a period character (U+002E or ASCII 46) are reserved for rpc-internal methods and extensions and MUST NOT be used for anything else.
public static final String PROPERTY_NAME_PARAMS
$.params part. The value is "params".
A Structured value that holds the parameter values to be used during the invocation of the method. This member MAY be omitted.
Copyright © 2019–2020 Jinahya, Inc.. All rights reserved.