Documentation ¶
Index ¶
- Constants
- type DGXReserve
- func (self *DGXReserve) GetAddresses() map[string]ethereum.Address
- func (self *DGXReserve) Rebroadcast(tx *types.Transaction) (*types.Transaction, error)
- func (self *DGXReserve) RegisterPricingOperator(signer blockchain.Signer, nonceCorpus blockchain.NonceCorpus)
- func (self *DGXReserve) SetPriceFeed(gasPrice *big.Int, blockNumber *big.Int, nonce *big.Int, ask1KDigix *big.Int, ...) (*types.Transaction, error)
Constants ¶
View Source
const (
PRICING_OP string = "pricingOP"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DGXReserve ¶
type DGXReserve struct { *blockchain.BaseBlockchain // contains filtered or unexported fields }
func NewDGXReserve ¶
func NewDGXReserve( base *blockchain.BaseBlockchain, reserveAddr ethereum.Address, keystorePath string, passphrase string) *DGXReserve
func (*DGXReserve) GetAddresses ¶
func (self *DGXReserve) GetAddresses() map[string]ethereum.Address
func (*DGXReserve) Rebroadcast ¶
func (self *DGXReserve) Rebroadcast(tx *types.Transaction) (*types.Transaction, error)
func (*DGXReserve) RegisterPricingOperator ¶
func (self *DGXReserve) RegisterPricingOperator(signer blockchain.Signer, nonceCorpus blockchain.NonceCorpus)
Click to show internal directories.
Click to hide internal directories.