Versions in this module Expand all Collapse all v0 v0.0.15 Sep 23, 2022 v0.0.14 Sep 23, 2022 Changes in this version + var ID = ids.ID + type BurnOperation struct + func (op *BurnOperation) InitCtx(ctx *snow.Context) + func (op *BurnOperation) Outs() []verify.State + type Credential struct + type Factory struct + func (f *Factory) New(*snow.Context) (interface{}, error) + type Fx struct + func (fx *Fx) Initialize(vmIntf interface{}) error + func (fx *Fx) VerifyMintOperation(tx secp256k1fx.UnsignedTx, op *MintOperation, cred *Credential, ...) error + func (fx *Fx) VerifyOperation(txIntf, opIntf, credIntf interface{}, utxosIntf []interface{}) error + func (fx *Fx) VerifyTransfer(_, _, _, _ interface{}) error + func (fx *Fx) VerifyTransferOperation(tx secp256k1fx.UnsignedTx, op *BurnOperation, cred *Credential, ...) error + type MintOperation struct + MintInput secp256k1fx.Input + MintOutput MintOutput + OwnedOutput OwnedOutput + func (op *MintOperation) Cost() (uint64, error) + func (op *MintOperation) InitCtx(ctx *snow.Context) + func (op *MintOperation) Outs() []verify.State + func (op *MintOperation) Verify() error + type MintOutput struct + type OwnedOutput struct