Function timestampvm::client::propose_block
source · pub async fn propose_block(
http_rpc: &str,
url_path: &str,
d: Vec<u8>
) -> Result<ProposeBlockResponse>
Expand description
Proposes arbitrary data.
pub async fn propose_block(
http_rpc: &str,
url_path: &str,
d: Vec<u8>
) -> Result<ProposeBlockResponse>
Proposes arbitrary data.