Documentation
¶
Index ¶
- func CalculateBundleHash(transactions []*value_transaction.ValueTransaction) trinary.Trytes
- type Address
- type Bundle
- type BundleFactory
- func (bundleFactory *BundleFactory) AddInput(address *Address, value int64)
- func (bundleFactory *BundleFactory) AddOutput(address *Address, value int64, message ...string)
- func (bundleFactory *BundleFactory) GenerateBundle(branchTransactionHash trinary.Trytes, trunkTransactionHash trinary.Trytes) *Bundle
- type Seed
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateBundleHash ¶
func CalculateBundleHash(transactions []*value_transaction.ValueTransaction) trinary.Trytes
Types ¶
type Address ¶
type Address struct {
// contains filtered or unexported fields
}
func NewAddress ¶
func (*Address) GetPrivateKey ¶
func (*Address) GetSecurityLevel ¶
func (address *Address) GetSecurityLevel() consts.SecurityLevel
type Bundle ¶
type Bundle struct {
// contains filtered or unexported fields
}
func (*Bundle) GetEssenceHash ¶
func (*Bundle) GetTransactions ¶
func (bundle *Bundle) GetTransactions() []*value_transaction.ValueTransaction
type BundleFactory ¶
type BundleFactory struct {
// contains filtered or unexported fields
}
func NewBundleFactory ¶
func NewBundleFactory() *BundleFactory
func (*BundleFactory) AddInput ¶
func (bundleFactory *BundleFactory) AddInput(address *Address, value int64)
func (*BundleFactory) AddOutput ¶
func (bundleFactory *BundleFactory) AddOutput(address *Address, value int64, message ...string)
func (*BundleFactory) GenerateBundle ¶
type Seed ¶
type Seed struct {
// contains filtered or unexported fields
}
func (*Seed) GetAddress ¶
Click to show internal directories.
Click to hide internal directories.