Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TXTYPE = TxType
Functions ¶
This section is empty.
Types ¶
type Coinbase ¶
type Coinbase struct { ID *big.Int Currency string CoinCache map[string]string Address string Issuer string Owner string Minter string Burner string Operator string MaxIssuance *big.Int PremintIssuance *big.Int MinIssuance *big.Int InflationPerAnnum *big.Int CashbackEnable bool CashbackValuePerOne *big.Int MaxDivider int Pairing map[string]*PairCoin }
func CreateNewInternalCoinbase ¶
func CreateNewInternalCoinbase() *Coinbase
type CoinbaseTx ¶
type Transaction ¶
type Transaction struct {
Base
}
func (*Transaction) CoinbaseType ¶
func (t *Transaction) CoinbaseType() *Transaction
Click to show internal directories.
Click to hide internal directories.