func Mint crossing Action 1func Mint(cur realm, to address, name string, image string) grc721.TokenID Copy source
func TokenInfo Action 1func TokenInfo(tid grc721.TokenID) (name string, image string, owner address, vault address, balance int64, err error) Copy source
func TransferFrom crossing Action 1func TransferFrom(cur realm, from, to address, tid grc721.TokenID) error Copy source
func Withdraw crossing Action 1func Withdraw(cur realm, tid grc721.TokenID, to address, amount int64) Copy source