diff --git a/submodules/wasm-nft/types/types.go b/submodules/wasm-nft/types/types.go index 55613e1..51981fc 100644 --- a/submodules/wasm-nft/types/types.go +++ b/submodules/wasm-nft/types/types.go @@ -21,7 +21,7 @@ type CollectionResource struct { // internal use only: struct from move resource type NftResource struct { TokenUri string `json:"token_uri"` - Extention interface{} `json:"extension"` + Extension interface{} `json:"extension"` } type ContractInfo struct {