internetcomputer

package
v0.0.0-...-a6fb04e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2024 License: GPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	Account string `ic:"account"`
}

type Balance

type Balance struct {
	E8S uint64 `ic:"e8s"`
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL