Documentation ¶
Index ¶
Constants ¶
View Source
const (
Folder = "/deferred-txs"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeferredTx ¶
type DeferredTx struct { From common.Address To *common.Address Amount *big.Int Payload []byte Tips *big.Int BroadcastBlock uint64 // contains filtered or unexported fields }
func (*DeferredTx) FromProto ¶
func (d *DeferredTx) FromProto(protoObj *models.ProtoDeferredTxs_ProtoDeferredTx)
func (*DeferredTx) ToProto ¶
func (d *DeferredTx) ToProto() *models.ProtoDeferredTxs_ProtoDeferredTx
type DeferredTxs ¶
type DeferredTxs struct {
Txs []*DeferredTx
}
func (*DeferredTxs) FromBytes ¶
func (d *DeferredTxs) FromBytes(data []byte) error
func (*DeferredTxs) ToBytes ¶
func (d *DeferredTxs) ToBytes() []byte
Click to show internal directories.
Click to hide internal directories.