Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FunctionInfo = bind.MustParseFunctionInfo( module_test_token.FunctionInfo, )
Functions ¶
func Compile ¶
func Compile(address aptos.AccountAddress) (compile.CompiledPackage, error)
Types ¶
type TestToken ¶
type TestToken interface {
Address() aptos.AccountAddress
TestToken() module_test_token.TestTokenInterface
}
func Bind ¶
func Bind(address aptos.AccountAddress, client aptos.AptosRpcClient) TestToken
func DeployToObject ¶
func DeployToObject( auth aptos.TransactionSigner, client aptos.AptosRpcClient, ) (aptos.AccountAddress, *api.PendingTransaction, TestToken, error)
type TestTokenContract ¶
type TestTokenContract struct {
// contains filtered or unexported fields
}
func (TestTokenContract) Address ¶
func (m TestTokenContract) Address() aptos.AccountAddress
func (TestTokenContract) TestToken ¶
func (m TestTokenContract) TestToken() module_test_token.TestTokenInterface
Click to show internal directories.
Click to hide internal directories.