Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressApplication ¶
type AddressApplication struct{}
AddressApplication is an application that receives the app address in an advance input and returns it in an inspect input.
func (*AddressApplication) Advance ¶
func (a *AddressApplication) Advance( env rollmelette.Env, metadata rollmelette.Metadata, deposit rollmelette.Deposit, payload []byte, ) error
func (*AddressApplication) Inspect ¶
func (a *AddressApplication) Inspect(env rollmelette.EnvInspector, payload []byte) error
Click to show internal directories.
Click to hide internal directories.