Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalTokenTransaction ¶
func UnmarshalTokenTransaction(raw []byte) (*cb.ChannelHeader, *token.TokenTransaction, identity.PublicInfo, error)
Types ¶
type Processor ¶
type Processor struct {
TMSManager TMSManager
}
func (*Processor) GenerateSimulationResults ¶
type TMSManager ¶
type TMSManager interface {
GetTxProcessor(channel string) (TMSTxProcessor, error)
}
type TMSTxProcessor ¶
type TMSTxProcessor interface {
ProcessTx(txID string, creator identity.PublicInfo, ttx *token.TokenTransaction, simulator ledger.LedgerWriter) error
}
type TxCreatorInfo ¶
type TxCreatorInfo struct {
// contains filtered or unexported fields
}
func (*TxCreatorInfo) Public ¶
func (t *TxCreatorInfo) Public() []byte
Click to show internal directories.
Click to hide internal directories.