Skip to main content

key_set

Function key_set 

Source
pub async fn key_set<V>(
    prefix: &str,
    key: &str,
    value: V,
    rpc: &RpcClient,
) -> EResult<Value>
where V: Serialize,