Documentation ¶
Index ¶
- type Account
- func (acc *Account) ToBitcoinCash(net *btc.NetworkParams, style bch.AddrStyle) (err error)
- func (acc *Account) ToCasinoCoin() (err error)
- func (acc *Account) ToCosmos() (err error)
- func (acc *Account) ToCrown() (err error)
- func (acc *Account) ToEOSIO() (err error)
- func (acc *Account) ToEthereum()
- func (acc *Account) ToFIO() (err error)
- func (acc *Account) ToHandshake() (err error)
- func (acc *Account) ToJingtum() (err error)
- func (acc *Account) ToRipple() (err error)
- func (acc *Account) ToRsk(chainID int)
- func (acc *Account) ToSimpleLedger(net *btc.NetworkParams) (err error)
- func (acc *Account) ToStarname() (err error)
- func (acc *Account) ToStellar(kp *keypair.Full) (err error)
- func (acc *Account) ToTHORChain() (err error)
- func (acc *Account) ToTerra() (err error)
- func (acc *Account) ToTron() (err error)
- func (acc *Account) ToWhitecoin() (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { Path string Address string PublicKey []byte PrivateKey []byte PublicKeyText string PrivateKeyText string PublicKeyHex string PrivateKeyHex string PrivateKeyWIF string EcdsaPub *ecdsa.PublicKey EcdsaPriv *ecdsa.PrivateKey }
func (*Account) ToBitcoinCash ¶
func (*Account) ToCasinoCoin ¶
func (*Account) ToEthereum ¶
func (acc *Account) ToEthereum()
func (*Account) ToHandshake ¶
func (*Account) ToSimpleLedger ¶
func (acc *Account) ToSimpleLedger(net *btc.NetworkParams) (err error)
func (*Account) ToStarname ¶
func (*Account) ToTHORChain ¶
func (*Account) ToWhitecoin ¶
Click to show internal directories.
Click to hide internal directories.