Documentation ¶
Index ¶
- type InterceptedTxHandlerStub
- func (iths *InterceptedTxHandlerStub) Fee() *big.Int
- func (iths *InterceptedTxHandlerStub) GetTxMessageForSignatureVerification() ([]byte, error)
- func (iths *InterceptedTxHandlerStub) Nonce() uint64
- func (iths *InterceptedTxHandlerStub) ReceiverShardId() uint32
- func (iths *InterceptedTxHandlerStub) SenderAddress() []byte
- func (iths *InterceptedTxHandlerStub) SenderShardId() uint32
- func (iths *InterceptedTxHandlerStub) Transaction() data.TransactionHandler
- type InterceptedUnsignedTxHandlerStub
- func (iths *InterceptedUnsignedTxHandlerStub) Fee() *big.Int
- func (iths *InterceptedUnsignedTxHandlerStub) Nonce() uint64
- func (iths *InterceptedUnsignedTxHandlerStub) ReceiverShardId() uint32
- func (iths *InterceptedUnsignedTxHandlerStub) SenderAddress() []byte
- func (iths *InterceptedUnsignedTxHandlerStub) SenderShardId() uint32
- func (iths *InterceptedUnsignedTxHandlerStub) Transaction() data.TransactionHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterceptedTxHandlerStub ¶
type InterceptedTxHandlerStub struct { SenderShardIdCalled func() uint32 ReceiverShardIdCalled func() uint32 NonceCalled func() uint64 SenderAddressCalled func() []byte FeeCalled func() *big.Int TransactionCalled func() data.TransactionHandler GetTxMessageForSignatureVerificationCalled func() ([]byte, error) }
InterceptedTxHandlerStub -
func (*InterceptedTxHandlerStub) GetTxMessageForSignatureVerification ¶
func (iths *InterceptedTxHandlerStub) GetTxMessageForSignatureVerification() ([]byte, error)
GetTxMessageForSignatureVerification -
func (*InterceptedTxHandlerStub) Nonce ¶
func (iths *InterceptedTxHandlerStub) Nonce() uint64
Nonce -
func (*InterceptedTxHandlerStub) ReceiverShardId ¶
func (iths *InterceptedTxHandlerStub) ReceiverShardId() uint32
ReceiverShardId -
func (*InterceptedTxHandlerStub) SenderAddress ¶
func (iths *InterceptedTxHandlerStub) SenderAddress() []byte
SenderAddress -
func (*InterceptedTxHandlerStub) SenderShardId ¶
func (iths *InterceptedTxHandlerStub) SenderShardId() uint32
SenderShardId -
func (*InterceptedTxHandlerStub) Transaction ¶
func (iths *InterceptedTxHandlerStub) Transaction() data.TransactionHandler
Transaction -
type InterceptedUnsignedTxHandlerStub ¶
type InterceptedUnsignedTxHandlerStub struct { SenderShardIdCalled func() uint32 ReceiverShardIdCalled func() uint32 NonceCalled func() uint64 SenderAddressCalled func() []byte FeeCalled func() *big.Int TransactionCalled func() data.TransactionHandler }
InterceptedUnsignedTxHandlerStub -
func (*InterceptedUnsignedTxHandlerStub) Fee ¶
func (iths *InterceptedUnsignedTxHandlerStub) Fee() *big.Int
Fee -
func (*InterceptedUnsignedTxHandlerStub) Nonce ¶
func (iths *InterceptedUnsignedTxHandlerStub) Nonce() uint64
Nonce -
func (*InterceptedUnsignedTxHandlerStub) ReceiverShardId ¶
func (iths *InterceptedUnsignedTxHandlerStub) ReceiverShardId() uint32
ReceiverShardId -
func (*InterceptedUnsignedTxHandlerStub) SenderAddress ¶
func (iths *InterceptedUnsignedTxHandlerStub) SenderAddress() []byte
SenderAddress -
func (*InterceptedUnsignedTxHandlerStub) SenderShardId ¶
func (iths *InterceptedUnsignedTxHandlerStub) SenderShardId() uint32
SenderShardId -
func (*InterceptedUnsignedTxHandlerStub) Transaction ¶
func (iths *InterceptedUnsignedTxHandlerStub) Transaction() data.TransactionHandler
Transaction -
Click to show internal directories.
Click to hide internal directories.