pub async fn get_entity(
rpc_id: JsonRpcId,
node_address: &str,
verbosity: Verbosity,
maybe_block_identifier: Option<BlockIdentifier>,
entity_identifier: EntityIdentifier,
) -> Result<SuccessResponse<GetAddressableEntityResult>, Error>Expand description
Retrieves an crate::rpcs::v2_0_0::get_entity::EntityOrAccount at a given Block.
Sends a JSON-RPC state_get_entity request to the specified node.
For details of the parameters, see the module docs.