Versions in this module Expand all Collapse all v1 v1.0.0 Sep 12, 2022 Changes in this version + type WalletAdaptor interface + ConvertAddress func(req *wallet2.ConvertAddressRequest) (*wallet2.ConvertAddressResponse, error) + CreateAccountSignedTx func(req *wallet2.CreateAccountSignedTxRequest) (*wallet2.CreateSignedTxResponse, error) + CreateAccountTx func(req *wallet2.CreateAccountTxRequest) (*wallet2.CreateAccountTxResponse, error) + CreateUtxoSignedTx func(req *wallet2.CreateUtxoSignedTxRequest) (*wallet2.CreateSignedTxResponse, error) + CreateUtxoTx func(req *wallet2.CreateUtxoTxRequest) (*wallet2.CreateUtxoTxResponse, error) + GetAccount func(req *wallet2.AccountRequest) (*wallet2.AccountResponse, error) + GetAccountTxFromData func(req *wallet2.TxFromDataRequest) (*wallet2.AccountTxResponse, error) + GetAccountTxFromSignedData func(req *wallet2.TxFromSignedDataRequest) (*wallet2.AccountTxResponse, error) + GetBalance func(req *wallet2.BalanceRequest) (*wallet2.BalanceResponse, error) + GetGasPrice func(req *wallet2.GasPriceRequest) (*wallet2.GasPriceResponse, error) + GetMinRent func(req *wallet2.MinRentRequest) (*wallet2.MinRentResponse, error) + GetNonce func(req *wallet2.NonceRequest) (*wallet2.NonceResponse, error) + GetSupportCoins func(req *wallet2.SupportCoinsRequest) (*wallet2.SupportCoinsResponse, error) + GetTxByAddress func(req *wallet2.TxAddressRequest) (*wallet2.TxAddressResponse, error) + GetTxByHash func(req *wallet2.TxHashRequest) (*wallet2.TxHashResponse, error) + GetUtxo func(req *wallet2.UtxoRequest) (*wallet2.UtxoResponse, error) + GetUtxoInsFromData func(req *wallet2.UtxoInsFromDataRequest) (*wallet2.UtxoInsResponse, error) + GetUtxoTxFromData func(req *wallet2.TxFromDataRequest) (*wallet2.UtxoTxResponse, error) + GetUtxoTxFromSignedData func(req *wallet2.TxFromSignedDataRequest) (*wallet2.UtxoTxResponse, error) + SendTx func(req *wallet2.SendTxRequest) (*wallet2.SendTxResponse, error) + ValidAddress func(req *wallet2.ValidAddressRequest) (*wallet2.ValidAddressResponse, error) + VerifyAccountSignedTx func(req *wallet2.VerifySignedTxRequest) (*wallet2.VerifySignedTxResponse, error) + VerifyUtxoSignedTx func(req *wallet2.VerifySignedTxRequest) (*wallet2.VerifySignedTxResponse, error)