Function create_bound_transaction

Source
pub async fn create_bound_transaction(
    amt: u64,
    bid: u64,
    tid: u64,
    sid: u64,
    num: u32,
    deposit: u64,
    change: u64,
    data: String,
    fee: u64,
    recipient_public_key: JsString,
    nft_type: JsString,
) -> Result<WasmTransaction, JsValue>