Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FunctionInfo = bind.MustParseFunctionInfo( module_forwarder.FunctionInfo, module_storage.FunctionInfo, )
Functions ¶
func Compile ¶
func Compile(ownerAddress aptos.AccountAddress) (compile.CompiledPackage, error)
Types ¶
type PlatformSecondary ¶
type PlatformSecondary interface {
Address() aptos.AccountAddress
Forwarder() module_forwarder.ForwarderInterface
Storage() module_storage.StorageInterface
}
func Bind ¶
func Bind(address aptos.AccountAddress, client aptos.AptosRpcClient) PlatformSecondary
func DeployToObject ¶
func DeployToObject( auth aptos.TransactionSigner, client aptos.AptosRpcClient, ownerAddress aptos.AccountAddress, ) (aptos.AccountAddress, *api.PendingTransaction, PlatformSecondary, error)
DeployToObject deploys the PlatformSecondary contract to a new named object. The resulting address will be calculated using the deployer's account address and the next sequence number
type PlatformSecondaryContract ¶
type PlatformSecondaryContract struct {
// contains filtered or unexported fields
}
func (PlatformSecondaryContract) Address ¶
func (C PlatformSecondaryContract) Address() aptos.AccountAddress
func (PlatformSecondaryContract) Forwarder ¶
func (C PlatformSecondaryContract) Forwarder() module_forwarder.ForwarderInterface
func (PlatformSecondaryContract) Storage ¶
func (C PlatformSecondaryContract) Storage() module_storage.StorageInterface
Click to show internal directories.
Click to hide internal directories.