Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WalletService ¶
type WalletService struct {
// contains filtered or unexported fields
}
func NewWalletService ¶
func NewWalletService(privateKey, publicKey []byte) (*WalletService, error)
func (*WalletService) GetBalance ¶
func (ws *WalletService) GetBalance(accountID string) (uint64, error)
Click to show internal directories.
Click to hide internal directories.