Struct near_workspaces::rpc::query::ViewAccessKey
source · pub struct ViewAccessKey { /* private fields */ }Trait Implementations§
source§impl ProcessQuery for ViewAccessKey
impl ProcessQuery for ViewAccessKey
§type Method = RpcQueryRequest
type Method = RpcQueryRequest
Method for doing the internal RPC request to the network of our choosing.
§type Output = AccessKey
type Output = AccessKey
Expected output after performing a query. This is mainly to convert over
the type from near-primitives to a workspace type. Read more
source§fn into_request(self, block_reference: BlockReference) -> Result<Self::Method>
fn into_request(self, block_reference: BlockReference) -> Result<Self::Method>
Convert into the Request object that is required to perform the RPC request.