Last updated 11 months ago
Push Transaction
async function pushTx(rawtx: string): string
rawtx â required string rawtx to push
rawtx
string
txid â string
txid
const provider = (window.$onekey && window.$onekey.btc) || window.unisat; const rawtx = "010203" const txid = async provider.pushTx(rawtx);