Documentation
¶
Index ¶
- func TrimAddress(addr string) string
- func Write(path string, m *Alfred) error
- type Alfred
- func (m *Alfred) AddContact(name, addr string, memo *Memo) error
- func (m *Alfred) AddWallet(w *Wallet) error
- func (a *Alfred) IsUnlocked() bool
- func (a Alfred) MarshalYAML() (interface{}, error)
- func (a *Alfred) Unlock(secret []byte) error
- func (a *Alfred) UnmarshalYAML(unmarshal func(interface{}) error) error
- func (m *Alfred) WalletByAddress(address string) *Wallet
- func (m *Alfred) WalletByName(name string) *Wallet
- type Contact
- type Memo
- type MemoKind
- type MemoValue
- type Wallet
- type WalletsManager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TrimAddress ¶ added in v0.1.10
Types ¶
type Alfred ¶
type Alfred struct { Stellar WalletsManager `yaml:"stellar,omitempty"` // contains filtered or unexported fields }
func (*Alfred) IsUnlocked ¶
func (Alfred) MarshalYAML ¶
func (*Alfred) UnmarshalYAML ¶
func (*Alfred) WalletByAddress ¶
func (*Alfred) WalletByName ¶
type Memo ¶
func (Memo) MarshalYAML ¶
func (Memo) ToTransactionMutator ¶
func (m Memo) ToTransactionMutator() build.TransactionMutator
func (*Memo) UnmarshalYAML ¶
type WalletsManager ¶
Click to show internal directories.
Click to hide internal directories.