pub fn create_server_coin(
synthetic_key: PublicKey,
selected_coins: Vec<Coin>,
hint: Bytes32,
uris: Vec<String>,
amount: u64,
fee: u64,
) -> Result<NewXchServerCoin>Expand description
Creates a server coin (Rust API version).