Versions in this module Expand all Collapse all v0 v0.1.1 May 8, 2024 v0.1.0 May 8, 2024 Changes in this version + func Send(to, msg, amount, key string) error + type Account struct + Key string + Seed string + State *State + Wallet *wallet.Wallet + func New() (*Account, error) + func NewVanity(suffix string, withSeed bool) (*Account, error) + func (a *Account) Print() + type State struct + Balance tlb.Coins + IsActive bool + Status string + Transactions []*tlb.Transaction + func GetState(addr string) (*State, error) + func (s *State) Print()