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