TokenPolicyCreatedInterface
type TokenPolicyCreatedInterface
A typed view of a `0x2::token::TokenPolicyCreated`.
type TokenPolicyCreatedInterface interface {
// Object ID of the created `TokenPolicy`.
Id() *ObjectId
IsMutable() bool
}
A typed view of a `0x2::token::TokenPolicyCreated`.
type TokenPolicyCreatedInterface interface {
// Object ID of the created `TokenPolicy`.
Id() *ObjectId
IsMutable() bool
}