pub async fn get_block_transfers(
    rpc_id: JsonRpcId,
    node_address: &str,
    verbosity: Verbosity,
    maybe_block_identifier: Option<BlockIdentifier>
) -> Result<SuccessResponse<GetBlockTransfersResult>, Error>
Expand description

Retrieves all Transfer items for a given Block.

Sends a JSON-RPC chain_get_block_transfers request to the specified node.

For details of the parameters, see the module docs.