Documentation
¶
Index ¶
- Constants
- type MCMSUserContract
- func (c MCMSUserContract) Encoder() MCMSUserEncoder
- func (c MCMSUserContract) FunctionOne(arg1 string, arg2 []byte) (bind.ModuleInformation, string, []aptos.TypeTag, [][]byte, error)
- func (c MCMSUserContract) FunctionTwo(arg1 aptos.AccountAddress, arg2 *big.Int) (bind.ModuleInformation, string, []aptos.TypeTag, [][]byte, error)
- func (c MCMSUserContract) MCMSEntrypoint(Metadata aptos.AccountAddress) (bind.ModuleInformation, string, []aptos.TypeTag, [][]byte, error)
- type MCMSUserEncoder
- type MCMSUserInterface
- type SampleMcmsCallback
- type UserData
Constants ¶
View Source
const (
EUNKNOWN_FUNCTION uint64 = 1
)
Constants
View Source
const FunctionInfo = `` /* 442-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MCMSUserContract ¶
type MCMSUserContract struct {
*bind.BoundContract
// contains filtered or unexported fields
}
func (MCMSUserContract) Encoder ¶
func (c MCMSUserContract) Encoder() MCMSUserEncoder
func (MCMSUserContract) FunctionOne ¶
func (MCMSUserContract) FunctionTwo ¶
func (MCMSUserContract) MCMSEntrypoint ¶
func (c MCMSUserContract) MCMSEntrypoint(Metadata aptos.AccountAddress) (bind.ModuleInformation, string, []aptos.TypeTag, [][]byte, error)
type MCMSUserEncoder ¶
type MCMSUserEncoder interface {
FunctionOne(arg1 string, arg2 []byte) (bind.ModuleInformation, string, []aptos.TypeTag, [][]byte, error)
FunctionTwo(arg1 aptos.AccountAddress, arg2 *big.Int) (bind.ModuleInformation, string, []aptos.TypeTag, [][]byte, error)
MCMSEntrypoint(Metadata aptos.AccountAddress) (bind.ModuleInformation, string, []aptos.TypeTag, [][]byte, error)
}
type MCMSUserInterface ¶
type MCMSUserInterface interface {
// Encoder returns the encoder implementation of this module.
Encoder() MCMSUserEncoder
}
func NewMCMSUser ¶
func NewMCMSUser(address aptos.AccountAddress, client aptos.AptosRpcClient) MCMSUserInterface
type SampleMcmsCallback ¶
type SampleMcmsCallback struct {
}
Click to show internal directories.
Click to hide internal directories.