QueryVerifyMembershipRequest class
QueryVerifyMembershipRequest is the request type for the Query/VerifyMembership RPC method
- Inheritance
-
- Object
- CosmosProtocolBuffer
- CosmosMessage
- QueryVerifyMembershipRequest
- Mixed-in types
Constructors
-
QueryVerifyMembershipRequest({String? clientId, List<
int> ? proof, required IbcClientHeight proofHeight, required IbcCommitmentMerklePath merklePath, List<int> ? value, BigInt? timeDelay, BigInt? blockDelay}) -
QueryVerifyMembershipRequest.deserialize(List<
int> bytes) -
factory
Properties
- blockDelay → BigInt?
-
optional block delay
final
- clientId → String?
-
client unique identifier.
final
-
fieldIds
→ List<
int> -
List of field IDs corresponding to the values.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- merklePath → IbcCommitmentMerklePath
-
the commitment key path.
final
-
proof
→ List<
int> ? -
the proof to be verified by the client.
final
- proofHeight → IbcClientHeight
-
the height of the commitment root at which the proof is verified.
final
- queryPath → String
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeDelay → BigInt?
-
optional time delay
final
- toHex → String
-
Gets the hexadecimal representation of the protocol buffer data.
no setterinherited
- typeUrl → String
-
no setteroverride
-
value
→ List<
int> ? -
the value which is proven.
final
- values → List
-
List of dynamic values to be encoded.
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onResponse(
List< int> bytes) → QueryVerifyMembershipResponse -
override
-
toAny(
) → Any -
inherited
-
toBuffer(
) → List< int> -
Converts the protocol buffer data to a byte buffer.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the data to a JSON representation.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited