Struct near_workspaces::rpc::query::ViewAccessKeyList
source · pub struct ViewAccessKeyList { /* private fields */ }Trait Implementations§
source§impl ProcessQuery for ViewAccessKeyList
impl ProcessQuery for ViewAccessKeyList
§type Method = RpcQueryRequest
type Method = RpcQueryRequest
Method for doing the internal RPC request to the network of our choosing.
§type Output = Vec<AccessKeyInfo, Global>
type Output = Vec<AccessKeyInfo, Global>
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.