AppleSauce
Preparing search index...
applesauce-wallet-connect
WalletServiceHandlers
Interface WalletServiceHandlers
Map of method handlers for the wallet service
interface
WalletServiceHandlers
{
get_balance
?:
GetBalanceHandler
;
get_info
?:
GetInfoHandler
;
list_transactions
?:
ListTransactionsHandler
;
lookup_invoice
?:
LookupInvoiceHandler
;
make_invoice
?:
MakeInvoiceHandler
;
multi_pay_invoice
?:
MultiPayInvoiceHandler
;
multi_pay_keysend
?:
MultiPayKeysendHandler
;
pay_invoice
?:
PayInvoiceHandler
;
pay_keysend
?:
PayKeysendHandler
;
}
Index
Properties
get_
balance?
get_
info?
list_
transactions?
lookup_
invoice?
make_
invoice?
multi_
pay_
invoice?
multi_
pay_
keysend?
pay_
invoice?
pay_
keysend?
Properties
Optional
get_
balance
get_balance
?:
GetBalanceHandler
Optional
get_
info
get_info
?:
GetInfoHandler
Optional
list_
transactions
list_transactions
?:
ListTransactionsHandler
Optional
lookup_
invoice
lookup_invoice
?:
LookupInvoiceHandler
Optional
make_
invoice
make_invoice
?:
MakeInvoiceHandler
Optional
multi_
pay_
invoice
multi_pay_invoice
?:
MultiPayInvoiceHandler
Optional
multi_
pay_
keysend
multi_pay_keysend
?:
MultiPayKeysendHandler
Optional
pay_
invoice
pay_invoice
?:
PayInvoiceHandler
Optional
pay_
keysend
pay_keysend
?:
PayKeysendHandler
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get_
balance
get_
info
list_
transactions
lookup_
invoice
make_
invoice
multi_
pay_
invoice
multi_
pay_
keysend
pay_
invoice
pay_
keysend
AppleSauce
Loading...
Map of method handlers for the wallet service