chore: updated supported methods response

This commit is contained in:
kyranjamie
2023-06-19 09:30:03 +02:00
committed by kyranjamie
parent f6e5e9d30c
commit 38afa40453

View File

@@ -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',
},
],
},