mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 22:53:27 +08:00
chore: updated supported methods response
This commit is contained in:
@@ -25,6 +25,13 @@ export function rpcSupportedMethods(message: SupportedMethodsRequest, port: chro
|
||||
},
|
||||
{
|
||||
name: 'sendTransfer',
|
||||
docsUrl:
|
||||
'https://hirowallet.gitbook.io/developers/bitcoin/sign-transactions/sending-bitcoin',
|
||||
},
|
||||
{
|
||||
name: 'signPsbt',
|
||||
docsUrl:
|
||||
'https://hirowallet.gitbook.io/developers/bitcoin/sign-transactions/partially-signed-bitcoin-transactions-psbts',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user