diff --git a/contracts/ExampleNFT.cdc b/contracts/ExampleNFT.cdc index 23e1ce8..6d5892d 100644 --- a/contracts/ExampleNFT.cdc +++ b/contracts/ExampleNFT.cdc @@ -141,7 +141,7 @@ access(all) contract ExampleNFT: ViewResolver { self.publicPath = PublicPath(identifier: identifier)! } - access(all) view fun getNFTCollectionDataView(): AnyStruct { + access(all) fun getNFTCollectionDataView(): AnyStruct { return ExampleNFT.resolveContractView(Type()) } diff --git a/contracts/NonFungibleToken.cdc b/contracts/NonFungibleToken.cdc index 58ccc09..cd10456 100644 --- a/contracts/NonFungibleToken.cdc +++ b/contracts/NonFungibleToken.cdc @@ -158,7 +158,7 @@ access(all) contract NonFungibleToken { /// Return the NFT CollectionData View /// has to be AnyStruct and cast to the view later to avoid circular dependency issues - access(all) view fun getNFTCollectionDataView(): AnyStruct + access(all) fun getNFTCollectionDataView(): AnyStruct /// Normally we would require that the collection specify /// a specific dictionary to store the NFTs, but this isn't necessary any more diff --git a/contracts/UniversalCollection.cdc b/contracts/UniversalCollection.cdc index 53f92b1..e4f66b9 100644 --- a/contracts/UniversalCollection.cdc +++ b/contracts/UniversalCollection.cdc @@ -31,7 +31,7 @@ access(all) contract UniversalCollection { access(self) var storagePath: StoragePath access(self) var publicPath: PublicPath - access(all) view fun getNFTCollectionDataView(): AnyStruct { + access(all) fun getNFTCollectionDataView(): AnyStruct { return MetadataViews.NFTCollectionData( storagePath: StoragePath(identifier: self.identifier)!, publicPath: PublicPath(identifier: self.identifier)!, diff --git a/contracts/utility/FungibleToken.cdc b/contracts/utility/FungibleToken.cdc index dba9846..8ecbd0a 100644 --- a/contracts/utility/FungibleToken.cdc +++ b/contracts/utility/FungibleToken.cdc @@ -149,7 +149,7 @@ access(all) contract FungibleToken { /// Returns the FTVaultData view for this Vault, which contains /// all relevant paths, types, and create vault function - access(all) view fun getFTVaultDataView(): AnyStruct + access(all) fun getFTVaultDataView(): AnyStruct /// withdraw subtracts `amount` from the Vault's balance /// and returns a new Vault with the subtracted balance diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index 0c3d793..71efc94 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -1,11 +1,11 @@ // Code generated by go-bindata. DO NOT EDIT. // sources: // ../../../contracts/BasicNFT.cdc (2.987kB) -// ../../../contracts/ExampleNFT.cdc (13.594kB) +// ../../../contracts/ExampleNFT.cdc (13.589kB) // ../../../contracts/MetadataViews.cdc (25.867kB) // ../../../contracts/MultipleNFT.cdc (1.411kB) -// ../../../contracts/NonFungibleToken.cdc (8.621kB) -// ../../../contracts/UniversalCollection.cdc (4.895kB) +// ../../../contracts/NonFungibleToken.cdc (8.616kB) +// ../../../contracts/UniversalCollection.cdc (4.89kB) // ../../../contracts/ViewResolver.cdc (1.913kB) package assets @@ -96,7 +96,7 @@ func basicnftCdc() (*asset, error) { return a, nil } -var _examplenftCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x3b\x5d\x73\xdb\x36\xb6\xef\xfe\x15\xa7\x7a\xe8\x48\xb9\x8e\x9c\x74\xdb\xdc\x5d\x4d\x94\xa6\x8d\xeb\xbd\x9e\x49\x3d\x99\x44\xbb\x7d\xc8\x78\x52\x88\x3c\xb4\x70\x4d\x02\x2a\x00\x5a\xd6\x78\xfc\xdf\xef\x1c\x80\x04\x01\x12\x94\xed\xe4\x3e\xac\x1e\x12\x89\x3c\x38\x38\x5f\x38\x9f\xf0\xc9\x33\x38\x7a\x76\xf4\x0c\x60\xb5\xe1\x1a\xb8\x06\x26\x00\x6f\x59\xb5\x2d\x11\x38\xfd\x5b\xa1\x30\xcc\x70\x29\x40\x16\xc0\xe0\xac\x94\x3b\xb8\x90\xe2\xf9\x59\x2d\xae\xf8\xba\x44\x58\xc9\x6b\x14\x84\xa1\xd6\x5c\x5c\x81\xd9\x20\xfc\xfb\x07\xd0\x86\x89\x9c\xa9\x7c\x4e\x6f\xce\x0d\x61\x16\xd2\xc0\x96\x29\x43\x88\x08\x4a\x16\x05\xcf\x38\x2b\x3d\x2c\xac\x6b\x03\xdc\x00\xd3\xba\xae\x30\x07\x23\x61\x8d\xb4\x5e\xf3\x8a\x97\x4c\xd1\x83\x8d\xdc\x41\xc5\xc4\x1e\x2e\xce\x56\x1a\x76\xb2\x2e\xf3\x8e\x4e\x8b\x36\x93\x0a\xa1\xa8\x45\x46\x44\xb3\x92\x9b\xfd\x3c\xe0\x30\x93\xc2\x28\x96\x19\xc8\x25\x3a\x92\xba\xd5\x84\x56\xcb\xed\x86\x6b\xc3\x33\x66\x30\x87\xac\x64\x5a\xf3\x82\x7e\x71\x69\x99\xd4\x7b\x6d\xb0\x82\x42\x2a\xe0\x46\x5b\x2a\xe6\xc4\x5f\x8e\x05\x17\xa8\x81\x11\xb1\x24\xbc\x8b\xb3\x15\xec\xb8\xd9\x40\xc5\x05\xaf\x58\x09\x15\x1a\x96\x33\xc3\xac\x44\xe0\xe8\xd9\xc9\xd1\x11\xaf\xb6\x52\x19\x12\x67\x2b\x4d\x2b\x4c\x28\x94\xac\x60\xd2\x7f\x3c\x69\xe1\x7f\xaf\x4b\xc3\xb7\x25\xd2\x16\x0e\x34\x78\xe2\xa1\xfe\xcd\x71\xf7\x11\xb5\x2c\x6f\x50\x35\x60\xe1\xa3\x0e\x5b\x43\x17\xbd\xd4\x2d\xbe\xf0\xd9\xe4\xe8\x88\x65\x19\x6a\x3d\x65\x65\x39\xeb\x24\xf8\x9b\x33\x93\x8b\xb3\xd5\x22\xde\xec\xee\xe8\x08\x00\xe0\xe4\xe4\x04\x3e\x30\xb3\x81\xdd\x06\x15\x5a\xdd\x54\x5c\x18\x54\xa0\x37\x56\x6f\x6b\x04\x6d\xa4\xc2\xdc\x83\xaf\x36\xd8\x59\xc3\x96\x99\x8d\xb6\x92\x76\x6a\x2d\x4b\xb4\x3a\x05\xa6\xda\x85\xc0\x45\xff\xa5\x42\x2d\x6b\x95\x21\x98\xfd\x16\x2d\xe2\x90\xf8\x12\x0d\xfc\x6e\x89\xf8\x64\xa4\x62\x57\x48\x04\x2e\x20\xf8\xd1\xd1\xfe\x07\x42\xb6\x91\x52\x3b\xd2\x05\xab\x9c\x52\x89\x99\x63\x6b\xaa\x86\x0c\x8a\xb6\x81\x8c\x09\xd8\xb0\x1b\xb4\x26\x64\x21\x85\xdc\x79\x44\x6b\xcc\x58\xdd\xa0\xb1\x7b\x17\x2c\xc3\xce\x00\x15\xfe\x55\x73\x85\x64\xf9\x64\xe0\x16\x0d\xe8\x2d\x66\x64\x78\x0e\x1b\xa1\xad\xa4\x1a\xf2\xe3\xb9\xb5\x5a\xe8\x5b\xcc\xfc\xe2\x6c\x75\x1c\xe9\x66\xde\x57\x52\x4a\x40\x3c\x5f\xc0\xbf\xce\x85\x79\xf5\x63\x07\x43\x7c\x9c\x91\x6d\x10\x13\xa7\x5c\x6f\x4b\xb6\xf7\x26\x0d\x37\x1c\x77\xa3\xe8\x88\x03\x12\xb1\xe2\xe2\x6a\x14\x28\x47\x9d\x29\xbe\x25\x15\x3e\x08\x6b\x36\x75\xb5\x16\x8c\x97\x1e\x32\x26\xb3\xb1\x98\x8f\x72\xcf\x4a\xc3\x51\x1f\xa6\x53\x63\x59\x38\xbc\xaa\x5d\xb0\x80\xcf\xd1\x09\x98\x3b\x54\xfb\xcb\x78\xa3\x7f\xa2\x40\xc5\x33\xc8\xb9\xf3\x35\x6a\x6f\x5d\x9b\x62\xe4\x19\x88\x02\x6b\x2e\x4c\x8f\xef\xd8\x12\xb6\x80\x3b\xc7\xc9\x02\x7e\x11\xfb\x4f\x46\xd5\x99\xb9\xb7\xcb\xfc\x5a\x2e\xb8\x99\xfa\x5f\xf4\x09\xe5\x7a\x1c\xbd\x49\x08\x33\x06\x18\x48\x30\x7e\xfd\xb0\x20\x62\xf8\x83\x6c\x74\xa0\x33\xb8\x8b\x96\x91\x1c\xe6\x3c\x87\xa5\xfb\x56\xd7\x3c\x1f\xbe\xb7\xf6\xbf\xb4\xcc\x0e\x5f\x06\x8c\xc2\x32\x64\x7b\x08\xea\x59\x86\x65\xc7\xfe\x10\xcc\xb3\x0e\xcb\x4e\x0c\x43\x30\x6f\x51\x4b\xcf\xbc\x07\xba\x8f\xad\x24\x53\xc8\x0c\xfe\x56\x6d\xcd\xfe\x5d\xe7\xa6\xdc\x53\x17\x6e\xe9\x15\x74\xef\xa2\xd5\x4c\xe4\xa0\xd0\xd4\x4a\xe8\xc6\x41\x58\x7f\xc7\xca\x92\xfc\x28\xfd\x62\x36\xec\xed\xad\x0f\x92\x3b\x61\x43\x52\x84\xe2\xed\xdd\xc0\x2f\x74\x9b\xdd\x27\x4f\x59\x51\x8b\x34\xdd\xd3\xd9\x02\xde\x76\x8e\x3f\x40\xd4\xd3\xad\xa3\x19\x5e\x3f\x0f\x80\x47\x30\x06\x82\x83\xd0\xe2\x43\x82\xe8\xe0\x5a\xaa\xae\xd0\x58\x4b\x24\x42\x3e\xaf\xf6\x5b\xbc\x4c\x6f\xfc\x39\x7a\x48\x1f\x02\x7e\x1d\x5b\x73\xe3\xc7\xde\x4c\x67\xc7\x8f\x01\xf7\x0e\xe5\xb1\x0b\x7e\xcb\x39\xb1\xf8\x78\xf8\x5b\x83\x4a\xb0\xf2\x5f\x1f\xdf\x3f\x76\xc9\xc5\xd9\xaa\x93\xe5\x29\x33\xec\xeb\x16\x3e\x4d\x10\x9f\x50\x71\x56\x3e\x16\x7a\x65\x1d\xe2\x9b\x40\xd1\xf4\xb9\x4c\x9d\x97\xbe\x0d\x2a\x17\xad\x08\xcf\xf4\x8b\x35\x82\x85\xdd\x61\x16\x38\x98\x9f\xfb\x5e\x65\xc7\x4d\xb6\x71\x16\x73\x37\xa0\x2f\x63\x1a\x0f\x9b\xc2\x62\xb0\x06\x3a\xb3\x4a\x2e\x9a\x26\x57\x80\x77\xd1\xde\x8f\x0d\xc5\xd5\x7e\x22\x8f\xdd\x77\x6d\xe3\xcb\x02\x3f\x1e\x53\xf6\x3f\xab\xd5\x87\x33\x5e\xe2\x38\x69\xf4\xa9\x55\xb9\xe8\x79\xc7\x51\xf8\x59\xf2\xcd\xf0\xe9\x98\x80\x83\xb3\x90\x96\xb0\x4b\xff\x28\x0f\xa2\xb4\x08\x2a\x76\x0b\xa2\xae\xd6\xa8\x28\xa8\xda\x6c\xdf\xfa\x3a\x72\x73\xeb\x26\x93\xcc\x5d\xba\x6a\xc2\xc4\x7e\x0c\xb7\x76\x9e\x93\xd0\xa2\x23\x05\x0a\x8e\x65\x0e\x37\xac\xac\xed\xa6\x1a\xad\x7f\x15\x23\x42\xa0\x78\xdd\xac\x3c\x17\x85\x84\x25\x24\x19\x9c\x3a\x9d\x4f\x1a\xbf\x67\x73\x80\xe6\xd5\xe4\xb8\xe1\x68\xd1\x86\xbe\x63\xa2\x67\x41\x5b\xa6\xc5\x1b\xec\xf9\x9e\x6b\x33\x08\xc7\x0d\xe2\x4b\x58\xc2\xe7\x80\xb6\xcb\xc7\x9b\x70\xab\x96\x71\x43\x09\xf6\xff\x46\x13\xf0\x6e\xe3\x09\x47\xcc\xad\x19\xa7\xae\x11\xe4\x37\x52\x16\x7a\xf6\x27\x10\xe7\x97\x3d\x40\x5f\x3a\x91\x78\x3a\x99\x71\x7c\x78\x02\xa1\xc1\xc2\xe9\x64\x63\xcc\x56\x2f\x4e\x4e\x9a\x32\xff\xb9\x28\xcc\x5c\x8a\xa2\x94\xbb\xb9\x54\x57\x27\x93\x79\x26\x45\xc6\xcc\xb4\x11\xed\xdc\x48\x97\xd4\x4d\x67\xb3\xc7\x93\x9a\x8a\x4b\x07\x09\x0e\xf2\x84\x2b\x34\xf1\xda\xa9\x28\x0c\xed\xe1\x9c\xff\xeb\x30\x01\xb9\x38\x5b\xbd\x99\x7e\x35\x5d\x8f\x73\xfa\xa3\xa4\x35\xee\xff\xff\x8f\x3a\x1f\x2a\x47\x5d\x24\xde\x66\x65\x9d\xb7\xfe\x6f\xc5\x6d\x71\x98\x43\x21\x25\xf9\x2e\xbd\x91\x3b\x90\x66\x83\x0a\x6a\x8d\x9a\x3c\xa7\x43\x39\xee\x5d\x1c\xbe\xdc\x81\x91\x1f\x99\x74\xa8\x27\xc7\x30\x29\xa4\x9c\xa4\xfd\x89\x2d\xc5\xec\x32\x22\x7e\xe0\x0f\xa9\x2a\x5a\x49\x87\x77\x4a\x3f\x16\x71\xea\x7c\xec\xf7\xbe\x60\x15\x95\x1a\x31\x29\xb3\xa3\x31\x11\x04\xac\x73\x0d\x0c\x6a\xc1\x6f\xc1\xf0\x0a\xb5\x61\xd5\xf6\x18\x76\xd8\x36\x18\x2a\xa6\xae\x29\x6b\xb6\x7d\x18\x06\xb9\xd3\x17\xc9\x9d\xc2\xc1\xb6\x64\xa6\x90\xaa\xd2\x70\x2d\xe4\xce\x76\x96\x5a\x11\x72\x33\x1f\x65\xb9\xdb\xde\x12\x3a\xe0\xdb\x3e\x6d\xa3\x40\x24\x4b\x1b\x69\x7a\x52\x88\xc4\x7d\xf9\xdd\x71\x48\xe4\x02\x26\xa7\xcc\xd0\x4a\xc5\x14\x37\xfb\x03\x81\xa2\xd3\xc3\x9c\xe5\x4e\x82\xd3\x1e\xa1\xe3\x02\x25\xe3\xb1\x92\xb4\x58\x9c\xb4\xc8\x18\xa8\x9a\x70\x3b\x8f\x0a\xa3\x90\x4e\xc3\x1f\x2d\xd8\x40\x16\xee\xf1\x54\x67\x52\xe1\x02\x5e\xbe\x98\xbf\x68\x22\xde\xcb\x17\xf6\x7b\x94\xf6\x4c\xde\xc9\xaa\x92\x62\x32\x1e\x0a\xdb\xdd\x0e\xcb\x9c\x2c\x76\x4c\xd8\xd6\x9a\x7b\x42\x16\xbc\xec\x24\x1c\x33\xf4\x78\x61\xb7\xeb\xd2\x2b\x0e\x79\x97\x0e\x5b\xac\xa0\xfb\x54\x59\x13\x26\x27\x0e\xa0\xc9\x9e\x93\x4d\xa1\xce\x55\x25\x7a\x43\xc9\xd2\x8d\xea\xc5\xb8\x9d\x41\xf9\x4b\x26\x05\x1d\x14\xdb\xde\xa5\xb5\x71\x7d\x49\x10\xd6\x7c\xa2\xd6\x5b\x73\xe8\x04\xfc\xe9\x5a\x49\x7f\xc2\xf9\xa9\xcb\xb8\xfa\xd9\x7e\x9b\xb9\xcd\xe0\x86\x29\x32\x3a\xcc\x29\xdd\x5b\xc0\xdb\x3b\xb7\x74\x01\xb1\x4b\x1d\x16\x0c\xae\xa3\x42\xcb\xf5\x58\x5b\x6f\x74\xc5\xb6\x5e\x97\x3c\x73\x0b\x3e\xf8\xef\x47\x51\xe3\x05\xa6\xc9\xde\x85\xa7\x15\x5e\x3f\x87\xbb\x58\x61\xae\x91\x86\xc2\xf0\x82\xa3\x82\x25\x4c\x32\x96\xa3\xc8\xb0\xe3\xa5\xd3\xc0\x64\x88\x3b\x60\x04\x96\x21\x27\xd3\x0e\xeb\x22\xd8\x61\xf6\xdd\x10\x47\xc7\x1a\x2c\x03\xde\x1e\xc6\x30\x52\x92\x85\x55\xf8\x20\xc0\xdb\x22\x2d\x2c\xcc\xd2\x85\x79\xa0\xca\xa6\xba\x7b\xd7\xe8\xdf\x22\x78\x64\x2a\x31\x1b\xeb\xb6\x5c\xa1\xf9\x54\x6f\xb7\x52\x19\xab\x19\x42\xa7\x7d\x03\x85\x41\xc9\xb5\x69\xad\xda\xd8\x77\x4d\x03\x85\x13\x54\x86\xfc\x06\x95\x65\x79\x6b\x06\x6d\xbb\x81\x08\x06\x1b\x11\xfb\x77\xce\xa9\xfc\x2a\x65\x79\xdf\x93\x00\x99\x84\x6e\xd7\xd8\x05\x3d\xf0\x65\xdf\x88\x62\xe8\xcf\x23\xf9\x05\xa5\xff\x46\xd5\x98\x12\x77\x8c\x61\x4c\x6a\x1f\x1b\x01\xed\x36\x68\x93\x07\xa9\x6c\x67\x9a\x0a\xa6\x2b\x7e\x83\xc2\x9d\x68\x3a\xe4\x56\x34\x98\xc3\x7a\xdf\x6b\xbc\x47\xf8\x7e\x09\x3b\xf2\xbe\x6c\x73\x8b\x6d\x33\xdb\xe2\x6b\xa2\xf4\xff\xd6\xda\x74\xce\xb0\x46\xc2\x9d\x63\xc1\xea\xd2\x1c\x56\x01\xd7\x7d\x0d\x4c\x8d\xcf\xc3\x66\x4e\xa8\xb1\x0a\x78\xe1\x76\x5e\x2e\xc7\x72\xb5\xb4\xd1\xf6\xa5\x7b\x0f\x58\x6a\x4c\xc3\x16\xac\xd4\x31\xf0\x98\xd4\xc9\x43\xe6\x8a\xed\x40\x61\x25\x6f\x5c\x33\xd0\xcf\x74\xfa\x33\x0f\x91\x83\x03\xea\x77\x01\xfb\x32\x1a\x38\xfa\x3f\x9a\x6d\xd8\xba\x44\xd7\x56\x69\x37\x9e\xb6\x5f\xce\x4f\xdb\x8e\xff\x6c\x91\xea\x17\x92\xd3\x4d\x18\xb3\x0d\x06\xe4\xfb\x62\x6f\x38\x77\xfc\x4c\xaf\x71\xbf\x80\x6e\x8b\x61\x68\xfc\xf9\x67\xd8\x32\xc1\xb3\xe9\xe4\x9d\xb5\x04\xb2\x39\x2f\x94\x46\x18\x36\x8c\x10\xb7\x5b\x25\x6f\x78\x8e\xb9\x8d\x23\x43\x09\x4d\x7a\xf9\x8d\x6f\x40\x5a\x22\xc7\x54\x90\xe3\x56\x6a\x92\x28\xbb\xb6\xc3\x3b\xda\x91\x44\xcd\xf2\x3c\x92\xb4\xdf\x46\x07\xe1\x71\xd0\xa8\xb5\xab\x08\xfe\xfc\xb4\x5d\xc9\x73\x60\x4a\xb1\xfd\x68\x8b\xab\xa1\x60\x6a\xc9\x1c\x15\x7e\xdf\x2e\x23\xe9\xbb\x2f\x4c\x7f\x07\x3d\x7b\x8e\x25\x42\x44\xe6\xb9\x1b\x66\xe1\xae\x59\xd5\x90\x19\xc4\xfc\xdd\x86\x67\x1b\x6f\x92\x76\x50\x5b\xe6\x20\x05\x0e\x08\x90\x65\xbe\x4a\x5b\xc0\x67\x8b\x7c\xce\xf3\x4b\x4f\xdf\x51\x7f\x42\x61\x94\xdc\x7b\x14\x07\xdc\xf9\xf9\x69\xe0\xc0\x85\x93\x66\x3b\x42\xa6\x77\xd6\xbd\x30\x85\xc3\x59\xe0\x83\x0e\xfc\xfc\xd4\xf5\x91\x9d\xe9\x8f\x74\x92\x7b\xb6\x7d\x8d\xfb\x51\x37\xfa\x4f\x6c\x06\x3f\xac\x92\xb5\x30\xbe\x71\x35\x36\xac\x7c\x90\xc0\xf7\x28\xae\xcc\x86\x68\x3c\x17\x23\xf1\x34\x41\xde\xbc\xb4\xcb\x1e\x1d\xcd\xd7\x52\x29\xb9\xbb\x38\x5b\x4d\xbf\x04\xb3\xbf\xd9\x02\xbe\x4f\x1b\x63\xbf\xe3\xda\x50\x32\xfd\xbe\x67\x04\xa4\x7e\xa6\x47\xb1\x8c\xc6\xf0\x5f\x2d\x3d\x56\x56\x96\x46\xe5\xa7\xd8\xcd\x64\xaf\x19\x8e\x62\x6e\xcf\xeb\xf9\xe9\x63\xd8\x0b\xa7\xa0\xd3\x1e\x97\xc9\x09\xe9\x80\x4d\x5e\xb8\x71\x66\x41\xf5\xc7\x18\xaf\xf1\x01\xec\xa3\x08\xa4\x45\x68\xac\x70\xd2\x9b\x7f\x43\x29\x40\x22\x74\x99\x9f\xbf\x06\xd1\x1c\x12\xb1\x97\xc2\x0d\xab\x29\x74\xd0\xd9\x77\x23\x19\x60\xd6\x23\xb8\x41\x54\xcf\x3c\x09\xdb\x27\x2e\x32\x84\xaa\xb9\x64\x10\xc5\x76\x9b\x43\x35\x3d\x59\x77\x07\xc2\xda\x39\xf3\xfd\xd8\x63\x8f\x65\xd5\x0d\xae\x04\x22\x79\x4a\xd9\x68\xb2\x75\x3a\x44\x9d\x9d\x65\xed\x98\x30\x1d\x79\x83\x02\xe7\xdb\xc6\x53\x3e\x32\xb4\xdc\x0f\x86\x51\x81\x20\xcf\x22\x09\x7a\x3f\x44\xd2\xdb\xa0\xaf\x42\xc1\x5d\x9e\xf0\x57\x49\x5c\x82\xc4\xa8\xe8\x82\xde\x45\x99\x06\xb1\xdf\xe0\x6d\x43\xce\x2f\x81\x6b\x73\x59\xab\x15\x67\x7b\xa5\x26\x44\x7d\x63\xd3\x62\x77\x9f\xc5\x75\xaf\x77\xbc\x2c\x49\x03\xb5\xb6\x3b\x7b\xe4\xed\x27\xc7\x1b\x2c\xe5\x16\x95\x15\xba\x6d\x77\x38\x89\x6f\x99\x62\x15\x1a\xb4\x77\x6b\xb6\x4c\xeb\x36\x20\x84\x93\x97\x19\x54\x68\x36\x32\x9f\x47\xc4\x8f\xf9\xac\x30\x9d\x4f\x8f\xe9\x92\x23\xba\xaf\x9a\x6d\x3d\xbe\xc1\xe7\x97\x5d\x3e\xa4\x61\xcb\x37\xe5\x02\xd1\xad\x81\xc6\xf7\x04\x83\x86\xf9\x50\x95\x56\x9a\xed\x98\x6a\xe3\x3a\x7c\x6d\xa8\xca\x51\x73\xd5\x28\x6f\x3e\xd4\x3e\x68\x5b\x33\xd5\x8a\x44\xbf\x55\xa8\xa9\x2a\x6b\x74\xaf\xf0\xaf\x1a\xb5\xe9\x2f\x4e\x1e\x8b\x54\x4d\xf5\x98\xc9\xd9\xf8\xd4\xec\xdb\x3a\xbc\xe4\x31\x3b\x7f\xf1\x11\x8b\x76\xda\xcf\xb2\x8c\x62\x64\x5b\xe7\xce\x9d\x97\x7e\xfd\x7d\xf2\xf4\xbe\x19\x6f\xb0\x53\x2a\xb8\x80\x93\x06\xcd\xc9\x81\x22\x3b\xdd\x7c\x4f\x26\xa1\x8e\x18\xdb\xd2\x28\x50\x11\xc2\xf6\x5c\x34\xa1\x3c\xca\x3b\x0f\xf3\x7c\xea\xae\x09\x3c\x20\xbc\x34\x83\x51\x37\x23\x12\xe3\xfc\x0a\xcd\xa9\x2b\x92\xc2\xde\xc0\xec\xbb\xf4\xb0\x30\x6c\x72\x8c\xe1\x09\x1a\x04\x87\xd1\x84\x6d\x25\x6b\x18\x63\x4a\x4b\xcc\x87\x3b\x2c\xef\xb9\xb8\x76\x65\xe9\xd7\x61\x49\x06\x80\xf6\x30\x2f\x60\x5a\xd4\x2e\x1c\x1c\xbc\xfd\x90\x88\xcf\xed\xe7\x6b\x6e\x30\x84\x9f\xfb\xe1\xe3\xe1\x93\x66\x93\xd8\x5a\xbe\xe2\xf8\x1d\x18\x64\xb8\x7b\x46\x39\x1f\x1a\xe1\xef\xf4\x34\x6d\x78\x05\x2f\xf1\xe9\x33\x65\x3b\x4f\xf6\xf3\x25\xa6\x35\x1a\x3d\xdf\xe1\x5a\x73\x83\xcf\x09\xa5\x9e\x67\xb2\x3a\xf9\xa9\x78\xf5\xc3\x3f\x7e\xcc\x5e\x64\xff\xcd\xfe\x9e\xe5\xf9\xab\x1f\xff\xb6\x7e\x99\xfd\xfd\x87\x17\xbd\x17\xec\xa7\x9f\xb2\xf5\xcb\xec\x1f\x7f\x7b\xf5\xe5\xac\x94\xbb\x2f\x7f\x48\x95\x57\x4c\x5d\xcf\xf5\xcd\xd5\x24\x7d\x98\xd3\x96\x62\xb9\x6f\x1a\xea\xbc\x22\x2f\xa1\x6f\xae\xfe\xeb\xb6\x2a\x87\x58\x46\x35\xf4\xb0\xf0\xd3\x62\x69\x7a\xd2\x14\x0d\xda\x89\x70\xd0\xf6\x4b\xd3\x1b\x77\xc5\x9b\x6b\xab\x3e\x91\xe1\xda\x85\x79\x16\xdd\xd5\x35\x12\x36\x58\x6e\x61\x2f\xeb\x36\xda\xd3\x77\x4a\xb5\x6e\x4d\x73\x6b\xf7\x6c\x35\x1f\xd9\x11\xbb\xf9\x60\x5f\xeb\x4f\x18\x1d\x4e\x46\xe4\xaf\xff\xaa\x99\xc2\x73\x92\xfc\xc2\x29\x23\x0d\xb7\x66\x42\xa0\x7a\x18\x4e\xcb\x8c\xb3\x52\x2f\x0e\x1c\xde\x89\xd9\x71\x63\x50\x4d\x1e\xc5\x4e\x03\x6c\x8d\x93\x98\xf9\xb2\x2e\x65\x76\x9d\x6d\x18\x1f\x9b\x46\xdc\x1f\xb0\x9c\xfb\x7e\xa2\xd3\x66\xea\x41\xd2\xf1\xd1\xb7\xca\x5d\x62\x0e\x2c\xaf\xb8\x00\xa9\x40\x4b\x4a\xb6\x28\xf4\xb7\xb7\x9e\xdd\x25\x67\xb9\x13\xcd\x85\xe8\x16\x07\x5b\x3b\xbd\x57\x5c\x18\x9b\xbf\xfb\x9b\x5f\xa9\xe4\x20\xbc\x29\xea\x6e\xc0\x86\x57\x40\x4f\x9a\xb9\x1a\xd5\x53\xf4\xbf\x6e\x4a\x02\xdf\x81\x71\x3f\x83\x52\xeb\xf0\xe5\x34\xa2\x9f\x12\x25\xbc\x4d\xf7\xf0\x28\x55\x69\xf6\xfb\xcf\xb9\xd4\xe8\xc1\x7b\x55\x04\x09\xe1\xee\x68\xd0\xfe\x38\x78\xeb\x71\xd8\xcb\xb5\x59\x41\xad\x14\x0a\xf3\x2b\x99\x17\x2c\x6d\xb6\x1c\x3c\xe9\x05\x92\xfe\x88\xd0\xc2\x4c\x2e\x61\x19\xa1\x99\x6f\x90\x5f\x6d\xcc\xc1\x95\x6e\xb8\xd8\x5f\xe8\x47\xa6\x83\x36\x91\xcd\x73\xb7\x1c\x33\x9b\xbd\xfa\x3c\x38\xaa\x32\xda\x51\x29\x56\x6b\xcc\x73\xd2\xb7\x1b\xa1\x01\x17\x46\xb6\xb3\xc4\x11\xaa\xec\x14\x0e\x96\x30\x59\x33\x35\x19\xec\x1e\xd5\xa4\x17\x67\xab\xe8\xfd\x0d\x23\x97\xb6\x23\x95\x74\x05\xdc\xc0\x8a\x3a\x4b\x4a\x5f\xbb\x8a\x6c\xe9\xe0\x4d\xab\xc0\xa8\xfc\xd7\x21\x54\x60\x5b\xfe\xeb\x10\xaa\x33\x18\x3f\x03\x8f\x60\xc6\x3a\x98\x8e\xdf\x74\xb1\x6f\xaf\x05\xcf\xe2\xa3\x0c\x9f\xd0\xf8\x3b\xeb\xcd\x3d\xfa\x2e\xd1\xa7\xe4\x7b\x70\x05\x1e\x96\x07\x52\x68\x07\x1d\xed\xf0\xae\xd5\xd1\xbb\xc4\xcd\x7b\x72\x0b\x9a\xdd\xb4\x37\xda\x1b\xbc\x7e\x79\x9c\x1e\x1f\xaa\xc3\x5b\xe8\x7c\x90\xe8\x92\x2d\x7b\xe8\xd1\x5c\x38\x85\xe4\x43\x38\x13\x4b\xe2\x88\xf2\xe0\x58\x6e\xfd\xa2\x85\xb8\x9c\xbe\x7e\xde\xa1\x39\x06\x23\x17\x09\x7a\x67\x91\xf4\xbc\x85\x37\x6d\x9a\x8c\x6d\xd9\x9a\x97\x74\x7a\x86\x7f\xee\x30\x22\xb7\x77\x6c\xdb\x2f\xa5\x3c\x1a\x8e\xda\x93\xc8\xb5\xae\xc7\x73\xeb\x14\xa5\x49\x8e\x23\xdc\x96\x6c\xbd\x99\x46\xd4\x1c\x03\x33\x8b\xa1\x94\x67\x69\xbb\x69\x42\xd0\x53\x6c\xa6\xf9\xe3\x91\xe8\xd8\x3b\x34\xd3\x11\xa2\x7b\x6a\x72\x08\x9c\x8a\xd2\xc7\xa0\x6d\xff\xdc\x1f\xc1\xd1\xff\x05\x00\x00\xff\xff\x02\x1b\x49\xc1\x1a\x35\x00\x00" +var _examplenftCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x3b\x5d\x73\xdb\x36\xb6\xef\xfe\x15\xa7\x7a\xe8\x48\xb9\x8e\x9c\x74\xdb\xdc\x5d\x4d\x94\xa6\x8d\xeb\xbd\x9e\x49\x3d\x99\x44\xbb\x7d\xc8\x78\x52\x88\x3c\xb4\x70\x4d\x02\x2a\x00\x5a\xd6\x78\xfc\xdf\xef\x1c\x80\x04\x01\x12\x94\xed\xe4\x3e\xac\x1e\x12\x89\x3c\x38\x38\x5f\x38\x9f\xf0\xc9\x33\x38\x7a\x76\xf4\x0c\x60\xb5\xe1\x1a\xb8\x06\x26\x00\x6f\x59\xb5\x2d\x11\x38\xfd\x5b\xa1\x30\xcc\x70\x29\x40\x16\xc0\xe0\xac\x94\x3b\xb8\x90\xe2\xf9\x59\x2d\xae\xf8\xba\x44\x58\xc9\x6b\x14\x84\xa1\xd6\x5c\x5c\x81\xd9\x20\xfc\xfb\x07\xd0\x86\x89\x9c\xa9\x7c\x4e\x6f\xce\x0d\x61\x16\xd2\xc0\x96\x29\x43\x88\x08\x4a\x16\x05\xcf\x38\x2b\x3d\x2c\xac\x6b\x03\xdc\x00\xd3\xba\xae\x30\x07\x23\x61\x8d\xb4\x5e\xf3\x8a\x97\x4c\xd1\x83\x8d\xdc\x41\xc5\xc4\x1e\x2e\xce\x56\x1a\x76\xb2\x2e\xf3\x8e\x4e\x8b\x36\x93\x0a\xa1\xa8\x45\x46\x44\xb3\x92\x9b\xfd\x3c\xe0\x30\x93\xc2\x28\x96\x19\xc8\x25\x3a\x92\xba\xd5\x84\x56\xcb\xed\x86\x6b\xc3\x33\x66\x30\x87\xac\x64\x5a\xf3\x82\x7e\x71\x69\x99\xd4\x7b\x6d\xb0\x82\x42\x2a\xe0\x46\x5b\x2a\xe6\xc4\x5f\x8e\x05\x17\xa8\x81\x11\xb1\x24\xbc\x8b\xb3\x15\xec\xb8\xd9\x40\xc5\x05\xaf\x58\x09\x15\x1a\x96\x33\xc3\xac\x44\xe0\xe8\xd9\xc9\xd1\x11\xaf\xb6\x52\x19\x12\x67\x2b\x4d\x2b\x4c\x28\x94\xac\x60\xd2\x7f\x3c\x69\xe1\x7f\xaf\x4b\xc3\xb7\x25\xd2\x16\x0e\x34\x78\xe2\xa1\xfe\xcd\x71\xf7\x11\xb5\x2c\x6f\x50\x35\x60\xe1\xa3\x0e\x5b\x43\x17\xbd\xd4\x2d\xbe\xf0\xd9\xe4\xe8\x88\x65\x19\x6a\x3d\x65\x65\x39\xeb\x24\xf8\x9b\x33\x93\x8b\xb3\xd5\x22\xde\xec\xee\xe8\x08\x00\xe0\xe4\xe4\x04\x3e\x30\xb3\x81\xdd\x06\x15\x5a\xdd\x54\x5c\x18\x54\xa0\x37\x56\x6f\x6b\x04\x6d\xa4\xc2\xdc\x83\xaf\x36\xd8\x59\xc3\x96\x99\x8d\xb6\x92\x76\x6a\x2d\x4b\xb4\x3a\x05\xa6\xda\x85\xc0\x45\xff\xa5\x42\x2d\x6b\x95\x21\x98\xfd\x16\x2d\xe2\x90\xf8\x12\x0d\xfc\x6e\x89\xf8\x64\xa4\x62\x57\x48\x04\x2e\x20\xf8\xd1\xd1\xfe\x07\x42\xb6\x91\x52\x3b\xd2\x05\xab\x9c\x52\x89\x99\x63\x6b\xaa\x86\x0c\x8a\xb6\x81\x8c\x09\xd8\xb0\x1b\xb4\x26\x64\x21\x85\xdc\x79\x44\x6b\xcc\x58\xdd\xa0\xb1\x7b\x17\x2c\xc3\xce\x00\x15\xfe\x55\x73\x85\x64\xf9\x64\xe0\x16\x0d\xe8\x2d\x66\x64\x78\x0e\x1b\xa1\xad\xa4\x1a\xf2\xe3\xb9\xb5\x5a\xe8\x5b\xcc\xfc\xe2\x6c\x75\x1c\xe9\x66\xde\x57\x52\x4a\x40\x3c\x5f\xc0\xbf\xce\x85\x79\xf5\x63\x07\x43\x7c\x9c\x91\x6d\x10\x13\xa7\x5c\x6f\x4b\xb6\xf7\x26\x0d\x37\x1c\x77\xa3\xe8\x88\x03\x12\xb1\xe2\xe2\x6a\x14\x28\x47\x9d\x29\xbe\x25\x15\x3e\x08\x6b\x36\x75\xb5\x16\x8c\x97\x1e\x32\x26\xb3\xb1\x98\x8f\x72\xcf\x4a\xc3\x51\x1f\xa6\x53\x63\x59\x38\xbc\xaa\x5d\xb0\x80\xcf\xd1\x09\x98\x3b\x54\xfb\xcb\x78\xa3\x7f\xa2\x40\xc5\x33\xc8\xb9\xf3\x35\x6a\x6f\x5d\x9b\x62\xe4\x19\x88\x02\x6b\x2e\x4c\x8f\xef\xd8\x12\xb6\x80\x3b\xc7\xc9\x02\x7e\x11\xfb\x4f\x46\xd5\x99\xb9\xb7\xcb\xfc\x5a\x2e\xb8\x99\xfa\x5f\xf4\x09\xe5\x7a\x1c\xbd\x49\x08\x33\x06\x18\x48\x30\x7e\xfd\xb0\x20\x62\xf8\x83\x6c\x74\xa0\x33\xb8\x8b\x96\x91\x1c\xe6\x3c\x87\xa5\xfb\x56\xd7\x3c\x1f\xbe\xb7\xf6\xbf\xb4\xcc\x0e\x5f\x06\x8c\xc2\x32\x64\x7b\x08\xea\x59\x86\x65\xc7\xfe\x10\xcc\xb3\x0e\xcb\x4e\x0c\x43\x30\x6f\x51\x4b\xcf\xbc\x07\xba\x8f\xad\x24\x53\xc8\x0c\xfe\x56\x6d\xcd\xfe\x5d\xe7\xa6\xdc\x53\x17\x6e\xe9\x15\x74\xef\xa2\xd5\x4c\xe4\xa0\xd0\xd4\x4a\xe8\xc6\x41\x58\x7f\xc7\xca\x92\xfc\x28\xfd\x62\x36\xec\xed\xad\x0f\x92\x3b\x61\x43\x52\x84\xe2\xed\xdd\xc0\x2f\x74\x9b\xdd\x27\x4f\x59\x51\x8b\x34\xdd\xd3\xd9\x02\xde\x76\x8e\x3f\x40\xd4\xd3\xad\xa3\x19\x5e\x3f\x0f\x80\x47\x30\x06\x82\x83\xd0\xe2\x43\x82\xe8\xe0\x5a\xaa\xae\xd0\x58\x4b\x24\x42\x3e\xaf\xf6\x5b\xbc\x4c\x6f\xfc\x39\x7a\x48\x1f\x02\x7e\x1d\x5b\x73\xe3\xc7\xde\x4c\x67\xc7\x8f\x01\xf7\x0e\xe5\xb1\x0b\x7e\xcb\x39\xb1\xf8\x78\xf8\x5b\x83\x4a\xb0\xf2\x5f\x1f\xdf\x3f\x76\xc9\xc5\xd9\xaa\x93\xe5\x29\x33\xec\xeb\x16\x3e\x4d\x10\x9f\x50\x71\x56\x3e\x16\x7a\x65\x1d\xe2\x9b\x40\xd1\xf4\xb9\x4c\x9d\x97\xbe\x0d\x2a\x17\xad\x08\xcf\xf4\x8b\x35\x82\x85\xdd\x61\x16\x38\x98\x9f\xfb\x5e\x65\xc7\x4d\xb6\x71\x16\x73\x37\xa0\x2f\x63\x1a\x0f\x9b\xc2\x62\xb0\x06\x3a\xb3\x4a\x2e\x9a\x26\x57\x80\x77\xd1\xde\x8f\x0d\xc5\xd5\x7e\x22\x8f\xdd\x77\x6d\xe3\xcb\x02\x3f\x1e\x53\xf6\x3f\xab\xd5\x87\x33\x5e\xe2\x38\x69\xf4\xa9\x55\xb9\xe8\x79\xc7\x51\xf8\x59\xf2\xcd\xf0\xe9\x98\x80\x83\xb3\x90\x96\xb0\x4b\xff\x28\x0f\xa2\xb4\x08\x2a\x76\x0b\xa2\xae\xd6\xa8\x28\xa8\xda\x6c\xdf\xfa\x3a\x72\x73\xeb\x26\x93\xcc\x5d\xba\x6a\xc2\xc4\x7e\x0c\xb7\x76\x9e\x93\xd0\xa2\x23\x05\x0a\x8e\x65\x0e\x37\xac\xac\xed\xa6\x1a\xad\x7f\x15\x23\x42\xa0\x78\xdd\xac\x3c\x17\x85\x84\x25\x24\x19\x9c\x3a\x9d\x4f\x1a\xbf\x67\x73\x80\xe6\xd5\xe4\xb8\xe1\x68\xd1\x86\xbe\x63\xa2\x67\x41\x5b\xa6\xc5\x1b\xec\xf9\x9e\x6b\x33\x08\xc7\x0d\xe2\x4b\x58\xc2\xe7\x80\xb6\xcb\xc7\x9b\x70\xab\x96\x71\x43\x09\xf6\xff\x46\x13\xf0\x6e\xe3\x09\x47\xcc\xad\x19\xa7\xae\x11\xe4\x37\x52\x16\x7a\xf6\x27\x10\xe7\x97\x3d\x40\x5f\x3a\x91\x78\x3a\x99\x71\x7c\x78\x02\xa1\xc1\xc2\xe9\x64\x63\xcc\x56\x2f\x4e\x4e\x9a\x32\xff\xb9\x28\xcc\x5c\x8a\xa2\x94\xbb\xb9\x54\x57\x27\x93\x79\x26\x45\xc6\xcc\xb4\x11\xed\xdc\x48\x97\xd4\x4d\x67\xb3\xc7\x93\x9a\x8a\x4b\x07\x09\x0e\xf2\x84\x2b\x34\xf1\xda\xa9\x28\x0c\xed\xe1\x9c\xff\xeb\x30\x01\xb9\x38\x5b\xbd\x99\x7e\x35\x5d\x8f\x73\xfa\xa3\xa4\x35\xee\xff\xff\x8f\x3a\x1f\x2a\x47\x5d\x24\xde\x66\x65\x9d\xb7\xfe\x6f\xc5\x6d\x71\x98\x43\x21\x25\xf9\x2e\xbd\x91\x3b\x90\x66\x83\x0a\x6a\x8d\x9a\x3c\xa7\x43\x39\xee\x5d\x1c\xbe\xdc\x81\x91\x1f\x99\x74\xa8\x27\xc7\x30\x29\xa4\x9c\xa4\xfd\x89\x2d\xc5\xec\x32\x22\x7e\xe0\x0f\xa9\x2a\x5a\x49\x87\x77\x4a\x3f\x16\x71\xea\x7c\xec\xf7\xbe\x60\x15\x95\x1a\x31\x29\xb3\xa3\x31\x11\x04\xac\x73\x0d\x0c\x6a\xc1\x6f\xc1\xf0\x0a\xb5\x61\xd5\xf6\x18\x76\xd8\x36\x18\x2a\xa6\xae\x29\x6b\xb6\x7d\x18\x06\xb9\xd3\x17\xc9\x9d\xc2\xc1\xb6\x64\xa6\x90\xaa\xd2\x70\x2d\xe4\xce\x76\x96\x5a\x11\x72\x33\x1f\x65\xb9\xdb\xde\x12\x3a\xe0\xdb\x3e\x6d\xa3\x40\x24\x4b\x1b\x69\x7a\x52\x88\xc4\x7d\xf9\xdd\x71\x48\xe4\x02\x26\xa7\xcc\xd0\x4a\xc5\x14\x37\xfb\x03\x81\xa2\xd3\xc3\x9c\xe5\x4e\x82\xd3\x1e\xa1\xe3\x02\x25\xe3\xb1\x92\xb4\x58\x9c\xb4\xc8\x18\xa8\x9a\x70\x3b\x8f\x0a\xa3\x90\x4e\xc3\x1f\x2d\xd8\x40\x16\xee\xf1\x54\x67\x52\xe1\x02\x5e\xbe\x98\xbf\x68\x22\xde\xcb\x17\xf6\x7b\x94\xf6\x4c\xde\xc9\xaa\x92\x62\x32\x1e\x0a\xdb\xdd\x0e\xcb\x9c\x2c\x76\x4c\xd8\xd6\x9a\x7b\x42\x16\xbc\xec\x24\x1c\x33\xf4\x78\x61\xb7\xeb\xd2\x2b\x0e\x79\x97\x0e\x5b\xac\xa0\xfb\x54\x59\x13\x26\x27\x0e\xa0\xc9\x9e\x93\x4d\xa1\xce\x55\x25\x7a\x43\xc9\xd2\x8d\xea\xc5\xb8\x9d\x41\xf9\x4b\x26\x05\x1d\x14\xdb\xde\xa5\xb5\x71\x7d\x49\x10\xd6\x7c\xa2\xd6\x5b\x73\xe8\x04\xfc\xe9\x5a\x49\x7f\xc2\xf9\xa9\xcb\xb8\xfa\xd9\x7e\x9b\xb9\xcd\xe0\x86\x29\x32\x3a\xcc\x29\xdd\x5b\xc0\xdb\x3b\xb7\x74\x01\xb1\x4b\x1d\x16\x0c\xae\xa3\x42\xcb\xf5\x58\x5b\x6f\x74\xc5\xb6\x5e\x97\x3c\x73\x0b\x3e\xf8\xef\x47\x51\xe3\x05\xa6\xc9\xde\x85\xa7\x15\x5e\x3f\x87\xbb\x58\x61\xae\x91\x86\xc2\xf0\x82\xa3\x82\x25\x4c\x32\x96\xa3\xc8\xb0\xe3\xa5\xd3\xc0\x64\x88\x3b\x60\x04\x96\x21\x27\xd3\x0e\xeb\x22\xd8\x61\xf6\xdd\x10\x47\xc7\x1a\x2c\x03\xde\x1e\xc6\x70\xa0\x24\xbb\x42\x33\x88\xed\xb6\x3e\x0b\x6b\xb2\x74\x4d\x1e\x68\xb1\x29\xec\xde\x35\xaa\xb7\x08\x1e\x99\x45\xcc\xc6\x1a\x2d\x57\x68\x3e\xd5\xdb\xad\x54\xc6\x2a\x85\xd0\x69\xdf\x3b\x61\x50\x72\x6d\x5a\x83\x36\xf6\x5d\xd3\x3b\xe1\x04\x95\x21\xbf\x41\x65\xb9\xdd\x9a\x41\xc7\x6e\xd0\x83\x18\x6c\x44\xec\xdf\x39\x7f\xf2\xab\x94\xe5\x7d\x4f\x02\x64\x0d\xba\x5d\x63\x17\xf4\xc0\x97\x7d\xfb\x89\xa1\x3f\x8f\xa4\x16\x94\xf9\x1b\x55\x63\x4a\xdc\x31\x86\x31\xa9\x7d\x6c\x04\xb4\xdb\xa0\xcd\x1b\xa4\xb2\x4d\x69\xaa\x95\xae\xf8\x0d\x0a\x77\x98\xe9\x7c\x5b\xd1\x60\x0e\xeb\x7d\xaf\xe7\x1e\xe1\xfb\x25\x6c\xc6\xfb\x8a\xcd\x2d\xb6\x7d\x6c\x8b\xaf\x09\xd0\xff\x5b\x6b\xd3\xf9\xc1\x1a\x09\x77\x8e\x05\xab\x4b\x73\x58\x05\x5c\xf7\x35\x30\x35\x3e\x05\x9b\x39\xa1\xc6\x2a\xe0\x85\xdb\x79\xb9\x1c\x4b\xd3\xd2\x46\xdb\x97\xee\x3d\x60\xa9\x31\x0d\x5b\xb0\x52\xc7\xc0\x63\x52\x27\xe7\x98\x2b\xb6\x03\x85\x95\xbc\x71\x7d\x40\x3f\xce\xe9\x8f\x3b\x44\x0e\x0e\xa8\xdf\x00\xec\xcb\x68\xe0\xe3\xff\x68\xb6\x61\xeb\x12\xdd\xf1\x6d\x37\x9e\xb6\x5f\xce\x4f\xdb\x66\xff\x6c\x91\x6a\x15\x92\xbf\x4d\x18\xb3\x8d\x03\xe4\xf6\x62\x47\x38\x77\xfc\x4c\xaf\x71\xbf\x80\x6e\x8b\x61\x54\xfc\xf9\x67\xd8\x32\xc1\xb3\xe9\xe4\x9d\xb5\x04\xb2\x39\x2f\x94\x46\x18\x36\x82\x10\xb7\x5b\x25\x6f\x78\x8e\xb9\x0d\x21\x43\x09\x4d\x7a\xa9\x8d\xef\x3d\x5a\x22\xc7\x54\x90\xe3\x56\x6a\x92\x28\xbb\xb6\x73\x3b\xda\x91\x44\xcd\xf2\x3c\x92\xb4\xdf\x46\x07\x91\x71\xd0\xa3\xb5\xab\x08\xfe\xfc\xb4\x5d\xc9\x73\x60\x4a\xb1\xfd\xa8\x2b\x6d\x28\x98\x5a\x32\x47\x85\xdf\xb7\xcb\x48\xfa\xee\x0b\xd3\xdf\x41\xcf\x9e\x63\x89\x10\x91\x79\xee\xe6\x58\xb8\x6b\x56\x35\x64\x06\xe1\x7e\xb7\xe1\xd9\xc6\x9b\xa4\x9d\xd1\x96\x39\x48\x81\x03\x02\x64\x99\xaf\xd2\x16\xf0\xd9\x22\x9f\xf3\xfc\xd2\xd3\x77\xd4\x1f\x4e\x18\x25\xf7\x1e\xc5\x01\x77\x7e\x7e\x1a\x38\x70\xe1\xa4\xd9\x4e\x8f\xe9\x9d\x75\x2f\x4c\xe1\x70\x0c\xf8\xa0\x03\x3f\x3f\x75\x2d\x64\x67\xfa\x23\x4d\xe4\x9e\x6d\x5f\xe3\x7e\xd4\x8d\xfe\x13\x9b\x99\x0f\xab\x64\x2d\x8c\xef\x59\x8d\xcd\x29\x1f\x24\xf0\x3d\x8a\x2b\xb3\x21\x1a\xcf\xc5\x48\x3c\x4d\x90\x37\x2f\xed\xb2\x87\x02\xb9\xdf\x68\x2d\x95\x92\xbb\x8b\xb3\xd5\xf4\x4b\x30\xf6\x9b\x2d\xe0\xfb\xb4\x31\xf6\x9b\xad\x0d\x25\xd3\xef\x7b\x46\x40\xea\x67\x7a\x14\xcb\x68\x0c\xff\xd5\xd2\x63\x65\x65\x69\x54\x7e\x80\xdd\x0c\xf5\x9a\xb9\x28\xe6\xf6\xbc\x9e\x9f\x3e\x86\xbd\x70\x00\x3a\xed\x71\x99\x1c\x8e\x0e\xd8\xe4\x85\x9b\x64\x16\x54\x7a\x8c\xf1\x1a\x1f\xc0\x3e\x8a\x40\x5a\x84\xc6\x0a\x27\xbd\xf9\x37\x54\x01\x24\x42\x97\xf4\xf9\x1b\x10\xcd\x21\x11\x7b\x29\xdc\x9c\x9a\x42\x07\x9d\x7d\x37\x8d\x01\x66\x3d\x82\x9b\x41\xf5\xcc\x93\xb0\x7d\xe2\x22\x43\xa8\x9a\xfb\x05\x51\x6c\xb7\x39\x54\xd3\x8e\x75\xd7\x1f\xac\x9d\x33\xdf\x8a\x3d\xf6\x58\x56\xdd\xcc\x4a\x20\x92\xa7\x94\x8d\x26\x5b\xa7\x43\xd4\xd9\x31\xd6\x8e\x09\xd3\x91\x37\xa8\x6d\xbe\x6d\x32\xe5\x23\x43\xcb\xfd\x60\x0e\x15\x08\xf2\x2c\x92\xa0\xf7\x43\x24\xbd\x0d\xfa\x02\x14\xdc\xbd\x09\x7f\x8b\xc4\x25\x48\x8c\xea\x2d\xe8\xdd\x91\x69\x10\xfb\x0d\xde\x36\xe4\xfc\x12\xb8\x36\x97\xb5\x5a\x71\xb6\xb7\x69\x42\xd4\x37\x36\x2d\x76\x57\x59\x5c\xe3\x7a\xc7\xcb\x92\x34\x50\x6b\xbb\xb3\x47\xde\x7e\x72\xbc\xc1\x52\x6e\x51\x59\xa1\xdb\x4e\x87\x93\xf8\x96\x29\x56\xa1\x41\x7b\xad\x66\xcb\xb4\x6e\x03\x42\x38\x74\x99\x41\x85\x66\x23\xf3\x79\x44\xfc\x98\xcf\x0a\xd3\xf9\xf4\x84\x2e\x39\x9d\xfb\xaa\xb1\xd6\xe3\x7b\x7b\x7e\xd9\xe5\x43\x1a\xb6\x7c\x53\x2e\x10\x5d\x18\x68\x7c\x4f\x30\x63\x98\x0f\x55\x69\xa5\xd9\x4e\xa8\x36\xae\xb9\xd7\x86\xaa\x1c\x35\x57\x8d\xf2\xe6\x43\xed\x83\xb6\x35\x53\xad\x48\xf4\x5b\x85\x9a\x0a\xb2\x46\xf7\x0a\xff\xaa\x51\x9b\xfe\xe2\xe4\xb1\x48\xd5\x54\x8f\x19\x9a\x8d\x0f\xcc\xbe\xad\xb9\x4b\x1e\xb3\xf3\x17\x1f\xb1\x68\x07\xfd\x2c\xcb\x28\x46\xb6\x25\xee\xdc\x79\xe9\xd7\xdf\x27\x4f\xef\x9b\xf1\xde\x3a\xa5\x82\x0b\x38\x69\xd0\x9c\x1c\xa8\xaf\xd3\x7d\xf7\x64\x12\xea\x88\xb1\xdd\x8c\x02\x15\x21\x6c\xcf\x45\x13\xca\xa3\xbc\xf3\x30\xcf\xa7\xee\x86\xc0\x03\xc2\x4b\x33\x18\x35\x32\x22\x31\xce\xaf\xd0\x9c\xba\x22\x29\x6c\x0b\xcc\xbe\x4b\xcf\x09\xc3\xfe\xc6\x18\x9e\xa0\x37\x70\x18\x4d\xd8\x51\xb2\x86\x31\xa6\xb4\xc4\x68\xb8\xc3\xf2\x9e\x8b\x6b\x57\x96\x7e\x1d\x96\x64\x00\x68\x0f\xf3\x02\xa6\x45\xed\xc2\xc1\xc1\x8b\x0f\x89\xf8\xdc\x7e\xbe\xe6\xf2\x42\xf8\xb9\x1f\x3e\x1e\x3e\x69\x36\x89\xad\xe5\x2b\x8e\xdf\x81\x19\x86\xbb\x62\x94\xf3\xa1\x11\xfe\x4e\x4f\xd3\x86\x57\xf0\x12\x9f\x3e\x4e\xb6\xa3\x64\x3f\x5a\x62\x5a\xa3\xd1\xf3\x1d\xae\x35\x37\xf8\x9c\x50\xea\x79\x26\xab\x93\x9f\x8a\x57\x3f\xfc\xe3\xc7\xec\x45\xf6\xdf\xec\xef\x59\x9e\xbf\xfa\xf1\x6f\xeb\x97\xd9\xdf\x7f\x78\xd1\x7b\xc1\x7e\xfa\x29\x5b\xbf\xcc\xfe\xf1\xb7\x57\x5f\xce\x4a\xb9\xfb\xf2\x87\x54\x79\xc5\xd4\xf5\x5c\xdf\x5c\x4d\xd2\x87\x39\x6d\x29\x96\xfb\xa6\x97\xce\x2b\xf2\x12\xfa\xe6\xea\xbf\x6e\xab\x72\x88\x65\x54\x43\x0f\x0b\x3f\x2d\x96\xa6\x1d\x4d\xd1\xa0\x1d\x06\x07\x1d\xbf\x34\xbd\x71\x43\xbc\xb9\xb1\xea\x13\x19\xae\x5d\x98\x67\xd1\x35\x5d\x23\x61\x83\xe5\x16\xf6\xb2\x6e\xa3\x3d\x7d\xa7\x54\xeb\xd6\x34\x17\x76\xcf\x56\xf3\x91\x1d\xb1\x1b\x0d\xf6\xb5\xfe\x84\xa9\xe1\x64\x44\xfe\xfa\xaf\x9a\x29\x3c\x27\xc9\x2f\x9c\x32\xd2\x70\x6b\x26\x04\xaa\x87\xe1\xb4\xcc\x38\x2b\xf5\xe2\xc0\xe1\x9d\x98\x1d\x37\x06\xd5\xe4\x51\xec\x34\xc0\xd6\x38\x89\x99\x2f\xeb\x52\x66\xd7\xd9\x86\xf1\xb1\x41\xc4\xfd\x01\xcb\xb9\xef\x27\x3a\x6d\xa6\x1e\x24\x1d\x1f\x7d\x97\xdc\x25\xe6\xc0\xf2\x8a\x0b\x90\x0a\xb4\xa4\x64\x8b\x42\x7f\x7b\xe1\xd9\xdd\x6f\x96\x3b\xd1\xdc\x85\x6e\x71\xb0\xb5\xd3\x7b\xc5\x85\xb1\xf9\xbb\xbf\xf4\x95\x4a\x0e\xc2\x4b\xa2\xee\xf2\x6b\x78\xfb\xf3\xa4\x19\xa9\x51\x3d\x45\xff\xeb\xa6\x24\xf0\x1d\x18\xf7\x33\x28\xb5\x0e\xdf\x4b\x23\xfa\x29\x51\xc2\xdb\x74\x0f\x8f\x52\x95\x66\xbf\xff\x9c\xfb\x8c\x1e\xbc\x57\x45\x90\x10\xee\x8e\x06\xed\x8f\x83\x17\x1e\x87\xbd\x5c\x9b\x15\xd4\x4a\xa1\x30\xbf\x92\x79\xc1\xd2\x66\xcb\xc1\x93\x5e\x20\xe9\x4f\x07\x2d\xcc\xe4\x12\x96\x11\x9a\xf9\x06\xf9\xd5\xc6\x1c\x5c\xe9\xe6\x8a\xfd\x85\x7e\x5a\x3a\x68\x13\xd9\x3c\x77\xcb\x31\xb3\xd9\xab\xcf\x83\xa3\x2a\xa3\x9d\x92\x62\xb5\xc6\x3c\x27\x7d\xbb\xe9\x19\x70\x61\x64\x3b\x46\x1c\xa1\xca\x0e\xe0\x60\x09\x93\x35\x53\x93\xc1\xee\x51\x4d\x7a\x71\xb6\x8a\xde\xdf\x30\x72\x69\x3b\x52\x49\x57\xc0\x0d\xac\xa8\xb3\xa4\xf4\x8d\xab\xc8\x96\x0e\x5e\xb2\x0a\x8c\xca\x7f\x1d\x42\x05\xb6\xe5\xbf\x0e\xa1\x3a\x83\xf1\xe3\xef\x08\x66\xac\x83\xe9\xf8\x4d\x17\xfb\xf6\x46\xf0\x2c\x3e\xca\xf0\x09\x8d\xbf\xae\xde\x5c\xa1\xef\x12\x7d\x4a\xbe\x07\xb7\xdf\x61\x79\x20\x85\x76\xd0\xd1\x0e\xef\x5a\x1d\xbd\x4b\x5c\xba\x27\xb7\xa0\xd9\x4d\x7b\x99\xbd\xc1\xeb\x97\xc7\xe9\xf1\xa1\x3a\xbc\x85\xce\x07\x89\x2e\xd9\xb2\x87\x1e\xcd\x85\x53\x48\x3e\x84\xe3\xb0\x24\x8e\x28\x0f\x8e\xe5\xd6\x2f\x5a\x88\xcb\xe9\xeb\xe7\x1d\x9a\x63\x30\x72\x91\xa0\x77\x16\x49\xcf\x5b\x78\xd3\xa6\xc9\xd8\x96\xad\x79\x49\xa7\x67\xf8\x97\x0e\x23\x72\x7b\xc7\xb6\xfd\x52\xca\xa3\xe1\xa8\x3d\x89\x5c\xeb\x7a\x3c\xb7\x4e\x51\x9a\xe4\x38\xc2\x6d\xc9\xd6\x9b\x69\x44\xcd\x31\x30\xb3\x18\x4a\x79\x96\xb6\x9b\x26\x04\x3d\xc5\x66\x9a\xbf\x1b\x89\x8e\xbd\x43\x33\x1d\x21\xba\xa7\x26\x87\xc0\xa9\x28\x7d\x0c\xda\xf6\xcf\xfd\x11\x1c\xfd\x5f\x00\x00\x00\xff\xff\xfd\x1d\xb5\x0a\x15\x35\x00\x00" func examplenftCdcBytes() ([]byte, error) { return bindataRead( @@ -112,7 +112,7 @@ func examplenftCdc() (*asset, error) { } info := bindataFileInfo{name: "ExampleNFT.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x44, 0x5b, 0x43, 0xb, 0xa3, 0xe9, 0xe2, 0xd1, 0xf0, 0x9c, 0x56, 0x51, 0x4f, 0xc, 0x27, 0xf0, 0x67, 0x56, 0x85, 0x5d, 0x2, 0x1f, 0xa6, 0x5f, 0x37, 0xae, 0xdc, 0x6c, 0x13, 0xae, 0x73, 0x6f}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcb, 0xc6, 0x52, 0x6, 0x56, 0xb3, 0x9b, 0x97, 0x1f, 0x72, 0xd5, 0x5e, 0x5, 0xc5, 0x87, 0xdb, 0xe, 0xbd, 0x47, 0x45, 0x42, 0xc2, 0xb1, 0xc6, 0x14, 0x78, 0xb3, 0x36, 0x28, 0x27, 0x7a, 0x39}} return a, nil } @@ -156,7 +156,7 @@ func multiplenftCdc() (*asset, error) { return a, nil } -var _nonfungibletokenCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x59\xdf\x8f\x23\xb7\xed\x7f\x9f\xbf\x82\xdf\x0d\xf0\xbd\xdd\xc0\xe7\xed\x43\xd1\x87\x05\x82\xcb\x25\x9b\x2d\x16\x28\xb6\xc5\xc5\x97\x3c\x14\x45\x2c\x8f\x68\x5b\x8d\x46\x9a\x93\x34\x76\x8c\xcb\xfe\xef\x05\x29\x69\x46\xf2\x8f\xbd\xbb\xb4\xfb\x90\x9c\x67\x24\x8a\x22\x3f\x24\x3f\xe4\xdc\x7e\xfd\x75\xd3\x7c\xf5\x15\x2c\xb6\x08\x0f\xda\xee\xe1\xc9\x9a\xd7\x0f\x83\xd9\xa8\x95\x46\x58\xd8\x5f\xd1\x80\x0f\xc2\x48\xe1\x24\x2f\x5c\x3e\x59\x93\xdf\xf3\xeb\x25\xb4\xd6\x04\x27\xda\xd0\x34\x24\x45\x99\x80\x6e\x2d\x5a\x84\xb0\x15\x01\x84\xd6\xe7\x64\xe6\x3d\x1e\xfc\xd6\x0e\x5a\xd2\x83\xb5\x75\x1d\x04\x3b\x6f\x1e\xd7\x20\x60\xf0\xe8\x60\x2f\x4c\xf0\x10\x2c\x48\xec\xb5\x3d\x80\x00\x83\x7b\x78\x7a\x58\x8c\x02\x66\x10\xb6\xa8\xdc\xf8\x3b\xcb\x53\x5d\xaf\xb1\x43\x13\x58\xa9\x70\xe8\xd1\x83\xc4\xb5\x32\x28\x61\x8b\x0e\xd3\x65\x1e\x16\x4b\x70\xe8\xed\xe0\xda\x42\xf5\x78\x93\xd6\x3a\x9c\x5e\x92\x88\x78\x25\x87\xbd\x43\x8f\xa4\x99\x30\xac\x8c\x32\xa4\x05\xf8\x4e\xb8\x30\x6a\x32\x8f\x47\x7c\x6f\xb5\xc6\x36\x28\x6b\x96\xf0\xee\xc2\x49\xd3\x21\x24\xdf\x07\xeb\xd0\x27\x13\xbc\xf2\xe9\xba\x59\xca\xbc\x79\x0c\xa0\x4c\xab\x07\xc9\x8b\xd6\xb8\x87\xf5\x60\xf8\x1d\x9b\x4a\x68\xf2\x23\xe9\x63\xf7\x06\x1d\x3d\x42\xe1\x95\x3e\x34\x9d\xdd\x21\x04\xb2\xbf\x27\x95\x85\x91\x60\x87\x00\x76\xcd\xab\xcb\x23\x58\xf3\x7f\x38\xbb\x53\x12\xdd\x92\x57\x2e\xdf\x61\x8b\x6a\x47\x3f\x4f\x0d\xe6\xf9\x1e\xbe\x7c\x02\x12\x5b\x2d\x1c\x16\xca\xed\x55\xd8\x82\xb7\x1d\x42\xef\x90\x85\xf6\xd6\xb3\xc1\xa4\xe2\x15\x4d\xb2\xef\x87\x41\x39\x64\xa5\x26\xeb\xd1\x3d\xd6\x96\xef\xd6\xa2\x0b\x42\x19\x30\xa2\x53\x66\xc3\x82\x56\xb8\x15\x3b\x65\xdd\x08\x56\x3f\x67\x95\x0e\x40\x2a\x78\xec\x85\x13\x01\x61\x85\xad\x18\x48\xcd\x00\x1b\xb5\x63\x25\x77\xa8\x6d\x8f\xce\xf3\x71\x62\xa5\xb4\x0a\x87\x88\x38\x02\xcb\xa4\x7d\xd4\xad\x15\x86\xdc\x02\xc2\x1c\x0a\x44\x8c\x60\x63\x29\xbe\x36\xcc\x77\x07\x18\x3c\xe9\x99\xcd\xe6\x59\xe3\x69\xc9\x8c\x1d\xed\xc9\x0f\xe4\xea\x1a\x45\x9e\x8f\xf4\x68\x64\x43\xbb\x5c\x74\x42\xf6\x62\x8f\xe8\x5e\x07\xfb\x9a\xfe\x3f\x63\xfb\x92\x43\xc9\x14\x66\x43\x97\xe0\x43\x28\x2a\xd8\xf4\x02\x5a\x24\xa9\x1a\x34\xca\x0d\xba\xe6\x04\xb0\x0b\xcb\x47\x65\x5c\x13\x9a\x8c\x0d\x5b\x74\xac\xe2\x6c\x0c\x4b\x0e\x31\x4f\xd7\x3e\xb0\x68\xe9\x44\x84\xdc\xd3\xc3\xa2\x59\x3b\xdb\xa5\xa8\x9c\xdc\xc7\x71\x6a\xa0\xa5\x7c\x40\x0b\x25\xf6\xd6\xab\x30\xda\x17\xac\xa9\xce\x7a\xe5\x9b\xda\xf7\xad\x25\x23\x87\x08\x8b\xe0\x84\xf1\x6b\x74\xf3\xa6\xf9\xfa\xb6\x69\x54\xd7\x5b\x17\xe0\x27\x85\x7b\x0a\x31\xbd\x43\x07\xac\xc5\x55\xf9\xe8\xaa\x69\x6e\x6f\x6f\x39\xd5\x75\x04\x9f\x32\x8d\xcc\xe1\xef\x7c\x74\xf9\x8c\x00\xab\x35\xef\x49\x07\xb0\xdf\xb2\xaf\x59\x91\x0a\xef\x31\xbb\x70\x32\x50\x7e\x4a\x8b\xb7\xb7\xb7\x8d\x68\x5b\xf4\xfe\x5a\x68\x7d\x33\xa5\xaa\xe3\x54\x0a\x1f\x9b\x06\x00\x80\x4e\x7c\x6b\x00\x4d\x50\x21\x9d\xb5\xb6\x2e\x06\x36\x3b\x76\x8b\xa3\xd5\x85\xe6\xf8\x8d\x70\xe0\x3b\x0b\xf8\x49\x0c\x3a\xb0\xa4\xf2\xd8\x52\xdc\xcf\x79\xf7\x4a\xe3\xe7\x9d\x39\xf4\x52\x84\x04\xdd\xf8\x6f\xc0\x1d\x23\x9e\x97\xb1\x35\x5f\x3c\xf2\x3d\x6d\xaa\xcf\xfb\x61\x17\xcd\x28\xc2\x69\x3d\xc0\x4e\x05\xd8\x13\x64\xe8\xb6\x1d\x06\x41\xdb\xe9\xae\x39\xe7\xfa\xa4\x87\x1c\xe5\x3d\xc6\xf8\xb4\x46\x1f\x60\x85\x2c\x22\xa0\x84\xd5\x81\x61\x97\x2d\xb7\xa4\xe7\x4f\x0f\x8b\xf7\x71\xf7\x72\x84\xe0\x28\x27\x06\x8b\x81\xe5\xa8\xf3\x32\x5f\x85\x22\x70\x8d\x0e\x0d\x25\x6b\x9b\x21\x1f\xef\xb0\x17\xa7\x2a\x11\xd8\x4a\x2b\xf4\x2e\x59\xcd\xf7\xa2\xeb\x28\xea\xd9\x67\x93\x7e\x2a\x3d\x99\x22\xc1\xbf\x2a\x52\xb3\x1f\x25\xe7\x54\xc6\xb7\x6d\xad\x8c\x90\xa0\xb4\x5e\x2c\x07\xeb\xa2\x6e\x5b\x41\x47\x62\xab\x84\x9e\xae\x12\x5d\x35\x4a\x4c\xf7\x29\x0e\x23\xbb\x6f\xad\x8c\x81\x40\x26\x25\x5b\xd0\xba\x0d\x46\xf8\x9f\x5a\x65\x94\x56\x9b\x80\x3d\xdd\x89\x5f\xd1\x53\xee\xf5\x36\x6a\x15\xb6\xca\xc9\xd7\xbd\x70\xe1\x00\xca\x48\xfc\x8d\x0c\x42\x2e\xec\xac\x51\x81\x75\xcf\x30\x1b\xc5\x11\x00\x3f\x0c\xe8\x0e\xfc\x32\xd9\x7b\x02\x48\x4e\x3e\xb1\xf8\xd5\xb6\x9b\x67\x21\xa7\x40\xdd\x8d\x10\x45\x79\xad\xe4\x1d\xbc\x7f\x34\xe1\x2f\x7f\x9e\xc1\x30\x94\xbf\x58\xe8\x1d\xbc\x95\xd2\xa1\xf7\x6f\x66\x5c\x03\xee\xe0\xc7\xe0\x94\xd9\xdc\x9c\x88\xdd\xa9\x58\x9c\xa1\x86\xdc\xf5\x2f\x60\xd6\xe1\x1d\xae\xef\x40\x0c\x61\x7b\x3d\xc2\xec\x06\xfe\xff\xe3\x71\x52\x98\x3f\x3d\x2c\x9e\xa3\xe8\x8f\xfc\x5f\xfa\xe3\xe8\x28\xd5\x8d\xf2\xe6\x4a\x66\x8d\xd3\x03\xfa\x31\xaa\x9d\x9e\xf1\xaf\x37\x73\x11\x2f\x91\xef\x90\x5e\x6e\x30\x2c\x0e\x3d\x5e\xdf\xcc\x95\x24\xef\xae\x15\xba\x78\xfa\x73\x73\x36\x72\x95\x1f\x03\x8d\xc3\x55\xc4\x64\x44\xcf\x73\x8e\x32\xb3\x71\xa3\x32\x52\xb5\x22\xe4\x58\xa4\xa3\x67\x90\xb5\x9e\x15\xac\xe5\x84\x94\xa4\xd3\x62\x98\x8d\x92\xd9\xdf\xb3\x0a\x1c\xb4\xed\xfd\xfb\xc7\xfb\x2c\x62\x62\x2b\x67\xf7\xc2\xe0\x07\xa1\xf5\xa1\x8a\x9b\x1a\x29\x9c\x5b\x4e\xf4\x51\x1e\x8c\x0d\x91\x48\x91\xd7\xed\x60\xc2\x2b\xcf\xec\x4d\x6c\x70\x06\x4b\x12\xbf\x1c\x43\x67\x69\x94\x5e\x7e\x0a\x81\x39\x2f\x5f\x97\xb8\x22\x03\x5d\x02\x24\x9d\x51\xe2\xb1\x4f\x9c\x8d\x0c\x90\x57\xdd\x9c\xf5\xdb\x25\xa7\xa5\xc2\x8c\x92\xab\xff\x39\x9b\xc0\x63\x74\x22\xfa\xff\xca\x87\xe5\x41\x2f\x7b\xb0\x34\xfa\xe9\xde\xff\x99\xab\x66\x5f\xe6\xab\xfb\xa8\xc3\x67\xbb\x2a\xd8\xd2\x51\x93\x76\x17\x5c\xf5\x58\xf7\x51\xa9\xd2\x78\xe8\x86\x48\x99\x53\xb7\x74\x51\xc9\x53\x92\x4e\xfb\xef\x2a\x92\x34\x1f\xd9\x52\x62\x1e\xf9\xf0\xc1\xa8\x0f\x03\xc2\xe3\x3d\x57\xf7\x4c\xec\xf2\x8a\xf2\x18\x8d\xa1\xb8\x73\x2d\xe5\x7c\x96\x10\x43\xb0\x9d\x08\xaa\xe5\xa8\xc3\x1d\xa7\x72\xd5\x21\x88\x42\x67\x72\xb1\x0f\xce\x1e\x52\x2d\x2d\x8b\x09\xf3\x6e\xc5\x06\x10\xd9\xbd\xa9\x21\x92\xb9\x15\x1b\xeb\x41\xf4\x95\xb7\x84\x9c\x04\x03\x83\x48\x2b\x05\xb7\x6f\xc2\x6d\x06\x6e\x13\xcf\x5d\x2e\x6e\xce\x5d\xdb\x7d\xd6\xa8\x28\x10\xf0\x0d\x78\xd4\x65\xe2\xad\x9f\xd3\xb3\x9b\xda\x2a\xad\x43\x11\xf0\x87\xae\x0f\x87\x82\xe1\xc6\xa7\xac\x12\xd2\xab\xaa\xf3\x49\x16\xcc\xd5\x97\x1b\xc4\x13\xaf\xe4\xe8\x71\x18\x06\x67\xb8\xce\xe6\x8a\x2e\xb4\x46\x57\x54\x5d\x3c\x44\xa2\xb4\x67\x2a\xe5\xcf\xde\x9d\xca\xd6\x59\x55\xaf\x6f\xee\xe0\xdb\x8f\xd3\xef\xe7\xa2\x2e\xd1\x1f\xf7\x74\xf5\x23\xfa\x73\xe8\x07\x1d\xa8\xbe\xfc\x0d\xcd\x26\x6c\xaf\x6f\xe0\x9b\x6f\xe0\x4f\x77\x70\xc5\xbd\x36\x9f\x24\xcb\xa0\x65\xa0\x33\x8d\xeb\xc3\xe1\xff\xae\x2a\x81\xcf\xcd\xf4\xaf\xca\x00\x7f\xc5\xc0\x38\x2a\x38\x5a\xee\x65\x12\xe1\x88\xfd\xb4\xdd\x1b\x5f\x6d\xfc\xce\x12\xe7\x4b\x60\xf0\xdc\x35\xda\x9e\xf4\x10\xba\x6e\xaa\x53\x5f\xd4\x6e\xad\xf5\x58\x89\xd8\xda\x3d\x19\x3d\xdb\xdf\x0f\xab\x18\xb1\x12\x7b\x34\x92\x4a\x9e\x35\xb0\xe7\xa1\x48\x75\x4e\xca\xd9\x35\xd0\x1f\xac\x03\xfc\x4d\x50\xb3\x31\x03\xb5\x86\x25\xa1\x7e\xc9\x3c\x4e\xc0\x4e\xe8\x01\x67\xb0\x1a\x02\x2c\x95\x5c\x82\xb4\xe8\xcd\xab\x38\x0b\x61\x05\x6b\xc0\x09\x93\xd4\x85\xfd\x56\xb5\xdb\x68\x80\x75\xb2\x08\x37\xb1\x36\x69\x4d\x27\x11\xf1\xe4\x08\x14\x70\x25\x71\x4d\xbd\xc4\x55\x25\xef\x71\x0d\xab\x68\xad\x94\x29\x53\x6f\xc7\x97\x65\xa1\xcc\x49\x23\x4a\x05\x50\xef\xab\xa3\x5a\xa4\xc9\xbf\xc9\xad\xf1\xb4\x4a\x2a\x6d\x9c\xc3\x82\x1c\xb4\x45\xdd\xfb\x84\x5a\x0f\xfb\xad\xa5\xa3\xcc\xab\x00\x7e\x70\x18\x2d\x18\x72\x6b\xaf\xad\xfd\x95\x4c\x4b\x79\xaa\x94\x57\xc9\xfe\x96\xda\xff\x2e\x11\x1d\x82\x1b\x51\x9c\x5c\x5d\x24\x7a\xe5\x50\x9e\xc4\x52\xda\x44\x31\xcd\x73\x2d\x99\x37\x24\x04\xac\xac\x73\x76\x7f\xf9\xcc\x64\xd1\xb7\xe0\x83\x1b\xda\x30\xf0\x30\x29\x4d\x8e\x32\xff\x71\xf8\x61\x40\x4f\xc0\x27\xaa\x38\xbf\x18\x88\x1b\x0c\x3f\x0e\xab\xa7\x87\x45\xaa\x36\x8b\x54\x73\xc7\xba\x01\x77\x97\xa8\xe3\x9b\xa3\x58\x4c\x6a\x19\xa5\x9b\x3a\x9a\x9e\xcf\xd6\x1e\x0b\x1d\x4a\x45\xed\xde\xd4\x71\x8e\x8d\x66\xce\xd7\x25\x89\x9a\x12\xc3\x97\x94\xa6\x3c\x6b\xaa\x0b\x11\xfc\x8c\xa9\x11\xcc\x33\x86\xdc\x73\x66\x96\x9f\xf9\x4e\x21\x2a\x37\x46\x54\x23\x55\xcb\xa6\xce\xdb\x4b\xd1\x49\x52\x42\x96\xe0\x7e\x7d\x1d\x07\x35\xc1\xa6\xcc\xaf\x95\x0f\x48\x6d\x44\x7e\xaf\x93\xc0\x3c\xbd\x48\xbd\x49\xe5\xf8\x51\x57\x87\x9d\xdd\xe1\x38\x24\x1c\x75\x2e\x72\x1c\xe5\xeb\xb8\xe8\x38\x5b\xd7\x11\x17\x38\xc4\xb9\x7a\x71\x17\xb7\x3e\x10\x6f\xe3\x16\x91\xb6\x3c\xde\x53\xbc\x46\xca\xe4\x68\xd5\x31\x90\xca\x7e\x3f\x22\x2a\x6b\x79\x9d\xff\x51\x90\x10\xca\xef\x04\x9d\x2f\x4a\xec\x4a\x52\x3e\x2f\xa5\x71\x62\x9f\x58\xdc\xc4\xbb\x23\xd7\xcc\xf9\x9d\x27\xa7\x82\xea\xbf\x3f\x8a\x89\xc7\xfb\xab\x93\xd3\x18\x0e\x47\x34\x79\x2a\x2d\x27\xad\x4b\x0c\x92\x51\xc5\x5c\xa4\xd3\x83\x48\x58\x23\x87\xe6\x72\x7d\xdc\x1a\xd5\x74\xba\xa8\xe8\xa5\x4a\xcf\x5f\x18\x48\x09\x3c\x3e\x3b\xfc\x8f\x45\x4c\x1e\xc7\x1e\x53\xb7\x0c\xcd\xc0\xcd\x76\xc2\x5e\xcd\x75\x18\x76\x42\xca\x12\x75\x47\x4a\x1c\x67\xb4\xe3\x84\x24\x33\xf9\x25\x57\x66\xbc\x1c\x11\x1d\x4e\x5a\x7d\x6f\x5d\x40\xf9\xf4\xb0\x58\xf0\x0c\x3e\x57\x47\xc1\xc1\x95\x67\x9e\x71\x3e\x3f\x95\x68\x97\x2f\x47\xe7\xf6\xe1\x3c\x43\x19\xbb\xeb\x73\x07\x11\x4b\xf9\xb8\x60\x78\x7c\x67\xad\x3e\xa2\x09\xef\x92\x16\x39\x88\x62\xd4\xb0\x21\x36\x6a\x87\x26\x71\x4c\x9f\xce\x8f\x43\xa4\x3a\x76\x2b\x79\x6f\x4f\x9a\x9c\x36\x76\x1a\xd8\x87\x69\x56\x9c\x46\x5b\x45\x05\x84\xe0\x06\x24\xd9\xa9\xd0\xbe\x7c\x4f\xe5\x8f\xaf\x59\x94\x83\x9b\x78\xd1\x63\x04\xbe\x8b\xc3\xf4\x71\xa0\x17\x2f\x61\x5a\x87\xe1\xe8\xe3\x46\x39\x07\x5a\x61\x1e\xdf\x8f\x8c\x7a\x9c\x7b\x52\xfe\x1b\x67\x9b\x5f\x00\xd8\x09\x61\x77\x63\xba\x9f\x5d\x84\xf1\xbb\x64\x9f\x54\x6f\xa7\xcd\xf7\xc4\xea\xa9\x89\xa9\xb9\x97\xf0\x49\xef\xb7\xe6\xf0\x23\x17\x5c\x46\x79\x2b\xfc\x08\x71\xb6\xa3\x16\x21\x7e\x13\x11\x3b\xab\x24\xb4\xca\xb5\x83\x16\x2e\x91\x34\x34\xed\x01\x94\xf7\x03\x7e\x1a\x72\x4f\x0f\x8b\x5a\x2b\x52\x8a\x60\x37\x6a\x50\xdf\xe8\x89\xfa\x15\xaa\x91\x7b\x4c\x03\xf4\xe9\x43\x47\x6a\xf0\x0a\x10\xa5\x34\x5f\xb3\xfb\xf4\x54\xb5\x20\x15\x2f\x13\xee\x70\xd2\x10\xf8\x48\x0c\x39\x8e\x14\xd1\x42\x30\x48\x37\xa0\xb5\x04\xc5\xce\xba\x9a\xb7\x0a\x0f\xda\x9a\x0d\x27\x89\x34\x9d\x8f\xd3\xc7\xe9\xcb\x8d\x88\xe2\x1d\xbe\x98\x6b\x2e\xa5\x9a\xf4\x41\x4b\x85\x8c\xa5\x33\x51\xf4\xe9\x04\x73\x76\x2e\x76\x5c\xa2\x1c\x9e\xa9\x50\x05\x91\x28\x3f\x3d\xc4\x1a\x9f\x54\xaa\xbe\xd3\x4d\x9f\xe7\xce\x88\xca\xfc\xe2\xf2\x2e\x4e\x1c\xba\xa3\x72\x29\xf4\x5e\x1c\x62\x5d\x5b\x2b\xea\x25\xa8\xad\x55\x46\x54\x77\x2f\x84\x4f\xb3\x7c\x32\xdc\xa8\x69\xa7\xbc\x67\x47\xc4\x69\xf1\xe0\x83\xed\xc6\x24\x49\xd4\x84\xe0\xb4\xc2\x89\xc3\x9c\x93\x4d\x12\xb7\xc2\xc9\x48\xf7\x29\x09\xa8\xd8\x4f\x1e\x91\x9d\xf3\x35\xb7\x1e\x77\xb0\x92\x2f\x54\xdc\xf8\x7e\x2a\xb8\xf1\x77\x1a\x10\xd9\x0b\xd5\xf6\x78\x26\xf2\x19\xf5\xf6\xb8\xf9\x4b\x9f\xf1\x3a\x3b\x98\x5c\x5c\xe2\x9c\x67\x4a\x64\x9f\x00\x5f\x19\xe2\xb9\x53\xbd\xa3\x42\x7e\xe6\xac\xa9\x88\xe5\xc0\x79\xbc\xf7\x7f\xe0\x9c\xc7\x7b\xae\x57\xff\x8c\xfc\xeb\x5f\xd0\x1c\xb5\xa6\xd4\x68\xf8\x0b\x7d\xed\x27\x2f\x57\x8c\xc4\x68\x3d\x7f\xdc\x60\xce\x15\x73\x09\xf3\xac\x62\x42\x56\x4b\x99\x1d\xf5\x68\xd3\x07\xd1\x5c\xcd\x52\x21\xe3\x46\x90\x21\x46\x72\x7a\x61\x54\xfb\xf2\xb5\x63\xfb\x44\x2d\xcd\x2f\x65\x23\xf3\xd9\x7d\xcc\x05\x36\x7a\x1d\xa9\x1d\x71\x51\xa3\xf4\x0d\xfc\xfe\x7b\x7e\xf4\x26\x51\x54\x25\x6f\xee\xe0\x64\x1f\xfd\x5d\x7d\x2f\x0c\x69\x1f\x55\x63\x6b\x8d\x16\x8f\x4d\x60\x39\x55\xa6\x6b\x57\xdf\x83\x46\x8a\xde\x89\xd0\x6e\x33\x31\x1f\x3f\x0d\x8d\xf6\xbe\x34\xca\x80\x97\xbb\xb3\xe7\xe6\x3f\x01\x00\x00\xff\xff\x34\x40\x3b\x3f\xad\x21\x00\x00" +var _nonfungibletokenCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x59\xdf\x8f\x23\xb7\xed\x7f\x9f\xbf\x82\xdf\x0d\xf0\xbd\xdd\xc0\xe7\xed\x43\xd1\x87\x05\x82\xcb\x25\x9b\x2d\x16\x28\xb6\xc5\xc5\x97\x3c\x14\x45\x2c\x8f\x68\x5b\x8d\x46\x9a\x93\x34\x76\x8c\xcb\xfe\xef\x05\x29\x69\x46\xf2\x8f\xbd\xbb\xb4\xfb\x90\x9c\x67\x24\x92\x22\x3f\x24\x3f\xd4\xdc\x7e\xfd\x75\xd3\x7c\xf5\x15\x2c\xb6\x08\x0f\xda\xee\xe1\xc9\x9a\xd7\x0f\x83\xd9\xa8\x95\x46\x58\xd8\x5f\xd1\x80\x0f\xc2\x48\xe1\x24\x2f\x5c\x3e\x59\x93\xdf\xf3\xeb\x25\xb4\xd6\x04\x27\xda\xd0\x34\x24\x45\x99\x80\x6e\x2d\x5a\x84\xb0\x15\x01\x84\xd6\xe7\x64\xe6\x3d\x1e\xfc\xd6\x0e\x5a\xd2\x83\xb5\x75\x1d\x04\x3b\x6f\x1e\xd7\x20\x60\xf0\xe8\x60\x2f\x4c\xf0\x10\x2c\x48\xec\xb5\x3d\x80\x00\x83\x7b\x78\x7a\x58\x8c\x02\x66\x10\xb6\xa8\xdc\xf8\x3b\xcb\x53\x5d\xaf\xb1\x43\x13\xd8\xa8\x70\xe8\xd1\x83\xc4\xb5\x32\x28\x61\x8b\x0e\xd3\x61\x1e\x16\x4b\x70\xe8\xed\xe0\xda\xc2\xf4\x78\x92\xd6\x3a\x9c\x5e\x92\x88\x78\x24\x87\xbd\x43\x8f\x64\x99\x30\x6c\x8c\x32\x64\x05\xf8\x4e\xb8\x30\x5a\x32\x8f\x2a\xbe\xb7\x5a\x63\x1b\x94\x35\x4b\x78\x77\x41\xd3\xa4\x84\xe4\xfb\x60\x1d\xfa\xe4\x82\x57\x3e\x1d\x37\x4b\x99\x37\x8f\x01\x94\x69\xf5\x20\x79\xd1\x1a\xf7\xb0\x1e\x0c\xbf\x63\x57\x09\x4d\x71\x24\x7b\xec\xde\xa0\xa3\x47\x28\xbc\xd2\x87\xa6\xb3\x3b\x84\x40\xfe\xf7\x64\xb2\x30\x12\xec\x10\xc0\xae\x79\x75\xa9\x82\x2d\xff\x87\xb3\x3b\x25\xd1\x2d\x79\xe5\xf2\x1d\xb6\xa8\x76\xf4\xf3\xd4\x61\x9e\xcf\xe1\xcb\x27\x20\xb1\xd5\xc2\x61\x61\xdc\x5e\x85\x2d\x78\xdb\x21\xf4\x0e\x59\x68\x6f\x3d\x3b\x4c\x2a\x5e\xd1\x24\xff\x7e\x18\x94\x43\x36\x6a\xf2\x1e\x9d\x63\x6d\xf9\x6c\x2d\xba\x20\x94\x01\x23\x3a\x65\x36\x2c\x68\x85\x5b\xb1\x53\xd6\x8d\x60\xf5\x73\x36\xe9\x00\x64\x82\xc7\x5e\x38\x11\x10\x56\xd8\x8a\x81\xcc\x0c\xb0\x51\x3b\x36\x72\x87\xda\xf6\xe8\x3c\xab\x13\x2b\xa5\x55\x38\x44\xc4\x11\x58\x26\xeb\xa3\x6d\xad\x30\x14\x16\x10\xe6\x50\x20\x62\x04\x1b\x4b\xf1\xb5\x63\xbe\x3b\xc0\xe0\xc9\xce\xec\x36\xcf\x16\x4f\x4b\x66\x1c\x68\x4f\x71\xa0\x50\xd7\x28\xf2\xac\xd2\xa3\x91\x0d\xed\x72\x31\x08\x39\x8a\x3d\xa2\x7b\x1d\xec\x6b\xfa\xff\x8c\xfd\x4b\x01\x25\x57\x98\x0d\x1d\x82\x95\x50\x56\xb0\xeb\x05\xb4\x48\x52\x35\x68\x94\x1b\x74\xcd\x09\x60\x17\x96\x55\x65\x5c\x13\x9a\x8c\x0d\x5b\x74\x6c\xe2\x6c\x4c\x4b\x4e\x31\x4f\xc7\x3e\xb0\x68\xe9\x44\x84\xdc\xd3\xc3\xa2\x59\x3b\xdb\xa5\xac\x9c\xc2\xc7\x79\x6a\xa0\xa5\x7a\x40\x0b\x25\xf6\xd6\xab\x30\xfa\x17\xac\xa9\x74\xbd\xf2\x4d\x1d\xfb\xd6\x92\x93\x43\x84\x45\x70\xc2\xf8\x35\xba\x79\xd3\x7c\x7d\xdb\x34\xaa\xeb\xad\x0b\xf0\x93\xc2\x3d\xa5\x98\xde\xa1\x03\xb6\xe2\xaa\x7c\x74\xd5\x34\xb7\xb7\xb7\x5c\xea\x3a\x82\x4f\x59\x46\xe6\xf0\x77\x56\x5d\x3e\x23\xc0\x6a\xcd\x7b\x92\x02\x8e\x5b\x8e\x35\x1b\x52\xe1\x3d\x56\x17\x2e\x06\xca\x4f\x65\xf1\xf6\xf6\xb6\x11\x6d\x8b\xde\x5f\x0b\xad\x6f\xa6\x52\x75\x5c\x4a\xe1\x63\xd3\x00\x00\x90\xc6\xb7\x06\xd0\x04\x15\x92\xae\xb5\x75\x31\xb1\x39\xb0\x5b\x1c\xbd\x2e\x34\xe7\x6f\x84\x03\x9f\x59\xc0\x4f\x62\xd0\x81\x25\x95\x6a\x4b\x71\x3f\xe7\xdd\x2b\x8d\x9f\xa7\x73\xe8\xa5\x08\x09\xba\xf1\xdf\x80\x3b\x46\x3c\x2f\x63\x6f\xbe\xa8\xf2\x3d\x6d\xaa\xf5\xfd\xb0\x8b\x6e\x14\xe1\xb4\x1f\x60\xa7\x02\xec\x09\x32\x74\xda\x0e\x83\xa0\xed\x74\xd6\x5c\x73\x7d\xb2\x43\x8e\xf2\x1e\x63\x7e\x5a\xa3\x0f\xb0\x42\x16\x11\x50\xc2\xea\xc0\xb0\xcb\x9e\x5b\xd2\xf3\xa7\x87\xc5\xfb\xb8\x7b\x39\x42\x70\x94\x13\x93\xc5\xc0\x72\xb4\x79\x99\x8f\x42\x19\xb8\x46\x87\x86\x8a\xb5\xcd\x90\x8f\x67\xd8\x8b\x53\x93\x08\x6c\xa5\x17\x7a\x97\xbc\xe6\x7b\xd1\x75\x94\xf5\x1c\xb3\xc9\x3e\x95\x9e\x4c\x99\xe0\x5f\x15\xa5\xd9\x8f\x92\x73\x29\xe3\xd3\xb6\x56\x46\x48\x50\x59\x2f\x96\x83\x75\xd1\xb6\xad\x20\x95\xd8\x2a\xa1\xa7\xa3\xc4\x50\x8d\x12\xd3\x79\x0a\x65\xe4\xf7\xad\x95\x31\x11\xc8\xa5\xe4\x0b\x5a\xb7\xc1\x08\xff\x53\xaf\x8c\xd2\x6a\x17\x70\xa4\x3b\xf1\x2b\x7a\xaa\xbd\xde\x46\xab\xc2\x56\x39\xf9\xba\x17\x2e\x1c\x40\x19\x89\xbf\x91\x43\x28\x84\x9d\x35\x2a\xb0\xed\x19\x66\xa3\x38\x02\xe0\x87\x01\xdd\x81\x5f\x26\x7f\x4f\x00\xc9\xc5\x27\x36\xbf\xda\x77\xf3\x2c\xe4\x14\xa8\xbb\x11\xa2\x28\xaf\x95\xbc\x83\xf7\x8f\x26\xfc\xe5\xcf\x33\x18\x86\xf2\x17\x0b\xbd\x83\xb7\x52\x3a\xf4\xfe\xcd\x8c\x7b\xc0\x1d\xfc\x18\x9c\x32\x9b\x9b\x13\xb1\x3b\x15\x9b\x33\xd4\x90\xbb\xfe\x05\xcc\x3a\xbc\xc3\xf5\x1d\x88\x21\x6c\xaf\x47\x98\xdd\xc0\xff\x7f\x3c\x2e\x0a\xf3\xa7\x87\xc5\x73\x14\xfd\x91\xff\x4b\x7f\x9c\x1d\xa5\xb9\x51\xde\x5c\xc9\x6c\x71\x7a\x40\x3f\x46\xb3\xd3\x33\xfe\xf5\x66\x2e\xe2\x21\xf2\x19\xd2\xcb\x0d\x86\xc5\xa1\xc7\xeb\x9b\xb9\x92\x14\xdd\xb5\x42\x17\xb5\x3f\x37\x67\x33\x57\xf9\x31\xd1\x38\x5d\x45\x2c\x46\xf4\x3c\xd7\x28\x33\x1b\x37\x2a\x23\x55\x2b\x42\xce\x45\x52\x3d\x83\x6c\xf5\xac\x60\x2d\x27\xa4\x24\x69\x8b\x69\x36\x4a\xe6\x78\xcf\x2a\x70\xd0\xb6\xf7\xef\x1f\xef\xb3\x88\x89\xad\x9c\xdd\x0b\x83\x1f\x84\xd6\x87\x2a\x6f\x6a\xa4\x70\x6d\x39\xb1\x47\x79\x30\x36\x44\x22\x45\x51\xb7\x83\x09\xaf\x3c\xb3\x37\xb1\xc1\x19\x2c\x49\xfc\x72\x4c\x9d\xa5\x51\x7a\xf9\x29\x04\xe6\xba\x7c\x5d\xe2\x8a\x1c\x74\x09\x90\xa4\xa3\xc4\x63\x9f\x38\x1b\x39\x20\xaf\xba\x39\x1b\xb7\x4b\x41\x4b\x8d\x19\x25\x77\xff\x73\x3e\x81\xc7\x18\x44\xf4\xff\x55\x0c\x4b\x45\x2f\x47\xb0\x74\xfa\xe9\xde\xff\x59\xa8\x66\x5f\x16\xab\xfb\x68\xc3\x67\x87\x2a\xd8\x32\x50\x93\x75\x17\x42\xf5\x58\xcf\x51\xa9\xd3\x78\xe8\x86\x48\x99\xd3\xb4\x74\xd1\xc8\x53\x92\x4e\xfb\xef\x2a\x92\x34\x1f\xd9\x52\x62\x1e\x59\xf9\x60\xd4\x87\x01\xe1\xf1\x9e\xbb\x7b\x26\x76\x79\x45\xa9\x46\x63\x28\xce\x5c\x4b\x39\x5f\x25\xc4\x10\x6c\x27\x82\x6a\x39\xeb\x70\xc7\xa5\x5c\x75\x08\xa2\xb0\x99\x42\xec\x83\xb3\x87\xd4\x4b\xcb\x66\xc2\xbc\x5b\xb1\x03\x44\x0e\x6f\x1a\x88\x64\x1e\xc5\xc6\x7e\x10\x63\xe5\x2d\x21\x27\xc1\xc0\x20\xd2\x4a\xc1\xe3\x9b\x70\x9b\x81\xc7\xc4\x73\x87\x8b\x9b\xf3\xd4\x76\x9f\x2d\x2a\x1a\x04\x7c\x03\x1e\x75\x59\x78\xeb\xe7\xf4\xec\xa6\xf6\x4a\xeb\x50\x04\xfc\xa1\xeb\xc3\xa1\x60\xb8\xf1\x29\x9b\x84\xf4\xaa\x9a\x7c\x92\x07\x73\xf7\xe5\x01\xf1\x24\x2a\x39\x7b\x1c\x86\xc1\x19\xee\xb3\xb9\xa3\x0b\xad\xd1\x15\x5d\x17\x0f\x91\x28\xed\x99\x4a\xf9\xb3\x67\xa7\xb6\x75\xd6\xd4\xeb\x9b\x3b\xf8\xf6\xe3\xf4\xfb\xb9\xe8\x4b\xf4\xc7\x33\x5d\xfd\x88\xfe\x1c\xfa\x41\x07\xea\x2f\x7f\x43\xb3\x09\xdb\xeb\x1b\xf8\xe6\x1b\xf8\xd3\x1d\x5c\xf1\xac\xcd\x9a\x64\x99\xb4\x0c\x74\xa6\x71\x7d\x38\xfc\xdf\x55\x25\xf0\xb9\x99\xfe\x55\x39\xe0\xaf\x18\x18\x47\x05\x47\xcb\xb3\x4c\x22\x1c\x71\x9e\xb6\x7b\xe3\xab\x8d\xdf\x59\xe2\x7c\x09\x0c\x9e\xa7\x46\xdb\x93\x1d\x42\xd7\x43\x75\x9a\x8b\xda\xad\xb5\x1e\x2b\x11\x5b\xbb\x27\xa7\x67\xff\xfb\x61\x15\x33\x56\x62\x8f\x46\x52\xcb\xb3\x06\xf6\x7c\x29\x52\xe9\x49\x35\xbb\x06\xfa\x83\x75\x80\xbf\x09\x1a\x36\x66\xa0\xd6\xb0\x24\xd4\x2f\x99\xc7\x09\xd8\x09\x3d\xe0\x0c\x56\x43\x80\xa5\x92\x4b\x90\x16\xbd\x79\x15\xef\x42\xd8\xc0\x1a\x70\xc2\x24\x73\x61\xbf\x55\xed\x36\x3a\x60\x9d\x3c\xc2\x43\xac\x4d\x56\x93\x26\x22\x9e\x9c\x81\x02\xae\x24\xae\x69\x96\xb8\xaa\xe4\x3d\xae\x61\x15\xbd\x95\x2a\x65\x9a\xed\xf8\xb0\x2c\x94\x39\x69\x44\xa9\x00\x9a\x7d\x75\x34\x8b\x2c\xf9\x37\x85\x35\x6a\xab\xa4\xd2\xc6\x39\x2c\x28\x40\x5b\xd4\xbd\x4f\xa8\xf5\xb0\xdf\x5a\x52\x65\x5e\x05\xf0\x83\xc3\xe8\xc1\x90\x47\x7b\x6d\xed\xaf\xe4\x5a\xaa\x53\xa5\xbc\x4a\xf6\xb7\x34\xfe\x77\x89\xe8\x10\xdc\x88\xe2\xe4\xee\x22\xd1\x2b\x87\xf2\x24\x97\xd2\x26\xca\x69\xbe\xd7\x92\x79\x43\x42\xc0\xca\x3a\x67\xf7\x97\x75\x26\x8f\xbe\x05\x1f\xdc\xd0\x86\x81\x2f\x93\xd2\xcd\x51\xe6\x3f\x0e\x3f\x0c\xe8\x09\xf8\x44\x15\xe7\x17\x13\x71\x83\xe1\xc7\x61\xf5\xf4\xb0\x48\xdd\x66\x91\x7a\xee\xd8\x37\xe0\xee\x12\x75\x7c\x73\x94\x8b\xc9\x2c\xa3\x74\x53\x67\xd3\xf3\xd9\xde\x63\xa1\x43\xa9\x68\xdc\x9b\x26\xce\x71\xd0\xcc\xf5\xba\x24\x51\x53\x61\xf8\x92\xd6\x94\xef\x9a\xea\x46\x04\x3f\x63\x1a\x04\xf3\x1d\x43\x9e\x39\x33\xcb\xcf\x7c\xa7\x10\x95\x07\x23\xea\x91\xaa\x65\x57\xe7\xed\xa5\xe8\x24\x29\x21\x4b\xf0\xbc\xbe\x8e\x17\x35\xc1\xa6\xca\xaf\x95\x0f\x48\x63\x44\x7e\xaf\x93\xc0\x7c\x7b\x91\x66\x93\x2a\xf0\xa3\xad\x0e\x3b\xbb\xc3\xf1\x92\x70\xb4\xb9\xa8\x71\x54\xaf\xe3\xa2\xe3\x6a\x5d\x67\x5c\xe0\x14\xe7\xee\xc5\x53\xdc\xfa\x40\xbc\x8d\x47\x44\xda\xf2\x78\x4f\xf9\x1a\x29\x93\xa3\x55\xc7\x40\x2a\xe7\xfd\x88\xa8\x6c\xe5\x75\xfe\x47\x41\x42\xa8\xbe\x13\x74\xbe\xa8\xb0\x2b\x49\xf5\xbc\x94\xc6\x85\x7d\x62\x71\x13\xef\x8e\x5c\x33\xd7\x77\xbe\x39\x15\xd4\xff\xfd\x51\x4e\x3c\xde\x5f\x9d\x68\x63\x38\x1c\xd1\xe4\xa9\xb5\x9c\x8c\x2e\x31\x49\x46\x13\x73\x93\x4e\x0f\x22\x61\x8d\x1c\x9a\xdb\xf5\xf1\x68\x54\xd3\xe9\xa2\xa3\x97\x26\x3d\x7f\x61\x22\x25\xf0\xf8\x1c\xf0\x3f\x96\x31\xf9\x3a\xf6\x98\xba\x65\x68\x06\x1e\xb6\x13\xf6\x6a\xae\xc3\xb0\x13\x52\x96\xa8\x3b\x32\xe2\xb8\xa2\x1d\x17\x24\x99\xc9\x2f\x85\x32\xe3\xe5\x88\xe8\x70\xd1\xea\x7b\xeb\x02\xca\xa7\x87\xc5\x82\xef\xe0\x73\x77\x14\x9c\x5c\xf9\xce\x33\xde\xcf\x4f\x2d\xda\xe5\xc3\x91\xde\x3e\x9c\x67\x28\xe3\x74\x7d\x4e\x11\xb1\x94\x8f\x0b\x86\xc7\x77\xd6\xea\x23\x9a\xf0\x2e\x59\x91\x93\x28\x66\x0d\x3b\x62\xa3\x76\x68\x12\xc7\xf4\x49\x7f\xbc\x44\xaa\x73\xb7\x92\xf7\xf6\x64\xc8\x69\xe3\xa4\x81\x7d\x98\xee\x8a\xd3\xd5\x56\xd1\x01\x21\xb8\x01\x49\x76\x6a\xb4\x2f\x9f\x53\xf9\xe3\x63\x16\xed\xe0\x26\x1e\xf4\x18\x81\xef\xe2\x65\xfa\x78\xa1\x17\x0f\x61\x5a\x87\xe1\xe8\xe3\x46\x79\x0f\xb4\xc2\x7c\x7d\x3f\x32\xea\xf1\xde\x93\xea\xdf\x78\xb7\xf9\x05\x80\x9d\x10\x76\x37\x96\xfb\xd9\x45\x18\xbf\x4b\xfe\x49\xfd\x76\xda\x7c\x4f\xac\x9e\x86\x98\x9a\x7b\x09\x9f\xec\x7e\x6b\x0e\x3f\x72\xc3\x65\x94\xb7\xc2\x8f\x10\x67\x3f\x6a\x11\xe2\x37\x11\xb1\xb3\x4a\x42\xab\x5c\x3b\x68\xe1\x12\x49\x43\xd3\x1e\x40\x79\x3f\xe0\x65\x52\xbc\xc1\xf0\xf4\xb0\xa8\x0d\x22\x7b\x08\x71\xa3\xf2\xfa\x30\x4f\x34\xaa\x50\x7b\xdc\x63\xba\x3b\x9f\xbe\x71\xa4\xd9\xae\xc0\x4f\xaa\xf0\x35\xb1\x4f\x4f\x55\x0b\x52\xf1\x32\xe1\x0e\x27\xb3\x80\x8f\x9c\x90\x53\x48\x11\x23\x04\x83\x64\x3c\xad\x25\x14\x76\xd6\xd5\x94\x55\x78\xd0\xd6\x6c\xb8\x3e\xa4\x8b\xf9\x78\xf1\x38\x7d\xb4\x11\x51\xbc\xc3\x17\xcb\xcc\xa5\x2a\x93\xbe\x65\xa9\x90\x61\x74\x26\x81\x3e\x5d\x5b\xce\x5e\x89\x1d\x77\x27\x87\x67\x9a\x53\xc1\x21\xca\xaf\x0e\xb1\xbd\x27\x93\xaa\x4f\x74\xd3\x97\xb9\x33\xa2\x32\xb5\xb8\xbc\x8b\x6b\x86\xee\xa8\x53\x0a\xbd\x17\x87\xd8\xd2\xd6\x8a\xc6\x08\x9a\x68\x95\x11\xd5\xd9\x0b\xe1\xd3\x35\x3e\x39\x6e\xb4\xb4\x53\xde\x73\x20\xe2\x45\xf1\xe0\x83\xed\xc6\xfa\x48\xac\x84\xe0\xb4\xc2\x89\xbe\x9c\x93\x4d\x12\xb7\xc2\xc9\xc8\xf4\x29\xff\x55\x1c\x25\x8f\x78\xce\xf9\x76\x5b\xdf\x74\xb0\x91\x2f\x34\xdb\xf8\x7e\xea\xb5\xf1\x77\xba\x1b\xb2\x17\x1a\xed\xf1\x75\xc8\x67\xb4\xda\xe3\xb9\x2f\x7d\xc1\xeb\xec\x60\x72\x5f\x89\x57\x3c\x53\x0d\xfb\x04\xf8\xca\x86\x92\x87\xd4\x3b\xea\xe1\x67\x74\x4d\xfd\x2b\x27\xce\xe3\xbd\xff\x03\x7a\x1e\xef\xb9\x55\xfd\x33\x52\xaf\x7f\x41\x73\x34\x95\xd2\x8c\xe1\x2f\x8c\xb4\x9f\x3c\x5c\x71\x1b\x46\xeb\xf9\xbb\x06\xd3\xad\x58\x4b\x98\x62\x15\x97\x63\xb5\x94\xd9\xd1\x78\x36\x7d\x0b\xcd\x8d\x2c\xf5\x30\x9e\x01\x19\x62\x24\xa7\x17\x46\xb5\x2f\x1f\x3b\x4e\x4e\x34\xcd\xfc\x52\xce\x30\x9f\x3d\xc2\x5c\x20\xa2\xd7\x91\xd5\x11\x0d\x35\x4a\xdf\xc0\xef\xbf\xe7\x47\x6f\x12\x3b\x55\xf2\xe6\x0e\x4e\xf6\xd1\xdf\xd5\xf7\xc2\x90\xf5\xd1\x34\xf6\xd6\xe8\xf1\x38\xff\x95\x17\xca\x74\xec\xea\x53\xd0\xc8\xce\x3b\x11\xda\x6d\xe6\xe4\xe3\x57\xa1\xd1\xdf\x97\x6e\x31\xe0\xe5\xc1\xec\xb9\xf9\x4f\x00\x00\x00\xff\xff\x56\xe2\xf7\x32\xa8\x21\x00\x00" func nonfungibletokenCdcBytes() ([]byte, error) { return bindataRead( @@ -172,11 +172,11 @@ func nonfungibletokenCdc() (*asset, error) { } info := bindataFileInfo{name: "NonFungibleToken.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe9, 0xee, 0x29, 0x97, 0x92, 0x30, 0xed, 0x2d, 0xc5, 0x32, 0xea, 0x7d, 0xee, 0xc0, 0xc6, 0xb5, 0xa6, 0xa2, 0xf4, 0x18, 0xc8, 0xca, 0x33, 0x90, 0x6, 0x86, 0x8, 0xe5, 0x5f, 0xa1, 0x5, 0xec}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x31, 0xd, 0x11, 0x26, 0x41, 0x10, 0x10, 0xf2, 0x23, 0x25, 0x43, 0x88, 0x58, 0xa7, 0xd4, 0x2e, 0xf3, 0xbb, 0x24, 0x6b, 0x4c, 0x1d, 0xe0, 0x38, 0xd8, 0xf4, 0xdc, 0xe0, 0x3d, 0xbe, 0x7d, 0x9}} return a, nil } -var _universalcollectionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x58\x5b\x8f\x1a\xb9\x12\x7e\xef\x5f\x51\xe1\x21\x6a\x46\x73\x98\x97\xa3\xf3\x80\xc2\xc9\x6d\x16\x69\xa4\x2c\x8a\x12\xb2\xfb\x10\x45\x1b\xd3\x5d\x80\x35\xc6\x6e\xd9\xd5\xb0\xad\x11\xff\x7d\x55\x76\xdf\x2f\xa3\x24\xcb\x0b\x74\xdb\x55\xae\xcb\x57\x9f\xab\xb8\xbb\x81\xe8\x26\xba\x81\xed\x51\x3a\x90\x0e\x84\x06\xfc\x5b\x9c\x32\x85\x90\x18\xa5\x30\x21\x69\x34\xd0\x51\x10\x24\x42\x83\x23\x63\x11\x84\x2e\xc0\x68\x04\x2a\x32\x04\xb3\x87\xcd\x7a\xeb\x55\x20\xbc\x6f\x64\xa4\x03\x8b\x8e\xac\x4c\x08\x53\x20\xe3\x25\x36\xeb\xad\x97\x5a\x54\x47\x0a\xa5\xcc\xc5\x41\x8a\x67\x54\x26\x43\xeb\x78\xe7\xc5\x4a\x0a\x7b\x13\xa3\xc9\x8a\x84\x1c\x5c\x24\x1d\x4d\x4e\x70\x14\x67\xa9\x0f\xd1\x0d\xef\x13\xca\x55\x9b\x85\x52\x6c\x09\x75\x6d\xd8\x19\xa9\xd0\x66\x4a\x10\xbb\x93\xe2\x6d\x74\x03\xce\x2b\x80\x13\x3b\xa1\xa4\x46\xc7\x72\xbc\xb8\xe0\x40\xdc\x45\x91\x3c\x65\xc6\x12\xcc\x36\x46\xaf\x73\x7d\x90\x3b\x85\x5b\xf3\x88\x7a\x56\xaf\xfc\x8e\x24\x52\x41\xe2\x0f\x89\x17\xd7\xbc\xe6\xc7\x4f\xe8\x8c\x3a\xa3\x9d\x45\x91\x48\x12\x74\x2e\x16\x4a\xcd\x6b\x3f\xe0\x8b\x96\x67\xb4\x4e\xa8\x96\x95\x4f\x51\x04\x00\x70\x77\x77\xe7\x63\x48\x45\x26\x13\xa1\xda\x7e\x58\x74\x26\xb7\x09\xde\xc2\x2e\xa7\x10\x7a\xce\x88\xd0\x05\xff\xe6\xc4\xe4\x0e\x2b\x25\xfe\xbb\x7d\x78\x25\xdd\xd2\xb8\x84\xbe\x77\x8b\xa1\x41\x95\x51\x78\x46\x5b\x34\x96\xb7\x81\xe1\xf2\x8c\x7d\x77\x20\xc0\x49\x7d\x50\x01\x13\x1d\xe9\xb7\x4a\x41\x8a\x99\x71\x92\xb7\xe9\xd4\x67\x32\xb5\xe2\x22\x94\x83\x53\xee\x08\x76\x18\x52\x27\x5d\x57\xba\xed\x83\x42\xaa\x0e\xc3\x74\xcb\xb8\x5b\x02\x7f\x75\x2d\xe5\xf0\x65\x82\x8e\x20\x53\xd4\x24\xf7\x12\xed\xa4\xb6\x66\xcb\x12\x3e\x93\x65\x50\x75\x74\xdd\x4b\xef\xa2\xb0\x05\x9c\x44\x96\x31\x66\x18\x91\x0f\xf7\x1e\xa2\x0c\x34\x5f\x0c\x29\xbf\x75\xfd\x53\xaa\x7c\xcf\xe1\x2c\x2c\x98\x8b\xc6\x94\xb7\x2d\xe1\xcd\xd3\x97\x07\x4d\xff\xfb\xef\x12\x9e\x06\x19\xd8\xac\xb7\xd7\x6b\xd4\x57\xe5\x50\xed\x83\x1a\x3e\x4f\x1c\xf0\xa3\xa0\x23\x9b\x5c\x3f\x4c\x4b\x64\xf9\x4e\xc9\x24\x08\x7c\xac\x7f\x0f\x8e\xf0\x31\x39\x4b\xbc\xc0\x3e\xd7\x70\x40\xda\xac\xb7\x0d\x1c\xee\x4b\xa4\xc7\xf3\x25\xbc\xd5\xc5\x67\xb2\x79\x42\xf0\x54\x2b\xe1\x8f\x45\xca\xad\x86\x4e\x61\x2c\x06\x5a\xe2\x8e\x0c\x7f\xa6\x5c\x8a\xdb\xd9\x61\x7f\x16\xcd\x8b\xf9\x8b\xdb\x81\x9e\x71\x47\x7f\x4d\x4b\xbb\x4a\x18\x62\xaf\x5e\x8e\x14\x6d\xab\x5c\xfe\x1f\xcf\xa7\x54\x7d\x90\xfa\x31\xc0\xf5\x5f\xa8\x4a\x2c\x0a\xc2\xdf\x4e\x19\x15\xcd\xce\x75\xae\x4b\x13\xe3\x7d\xae\x39\x35\x6f\x86\x80\x6a\xb6\x5f\x7b\xf9\xea\xe5\xed\xd5\x7f\x7c\x74\x46\x4f\x8a\xe7\x03\xc9\x6b\xf7\x55\xf3\x34\x44\xaf\x87\x16\xa3\x6a\x42\xf7\x4f\xda\x5d\xdb\x5b\xea\x6b\x51\xda\x73\xc9\xbe\xf5\xc4\x52\xbe\xee\xd0\xc8\xa8\xed\x52\x4b\x82\x78\x48\x10\xa5\x1a\x2f\xd7\x33\xcc\x6b\xae\xeb\x9c\x0d\x7c\xba\x0e\x37\x34\x2a\x61\x35\xc6\x51\xf5\xc6\x2e\xd5\xad\xba\xbc\xd8\xec\x6a\x0a\x06\x56\x93\xe5\xd3\xc6\xfc\x50\x47\x53\x39\xb0\x9a\x2a\x9d\x51\x0d\xd7\x2e\x5d\x1e\x90\x3e\x57\x46\x6f\xd6\x5b\xb6\xdb\x95\xe9\xe2\xdb\x41\x49\x47\x65\xab\xe0\x9d\x71\xe1\x06\xf3\xa4\x6f\x31\x41\xae\x0a\x8f\x99\x8c\x06\x64\x3a\xa0\xa7\xc1\x41\x8c\xa3\xa7\x50\x66\xef\x8c\x51\x7d\xd4\x0c\x2e\x0f\xd7\xdb\xbe\x1a\x64\xab\xb3\xfb\xeb\x30\x27\xdf\x38\x29\x36\xc7\x31\x74\x76\x85\xa7\x02\xf6\xa9\x8c\xcd\xe5\x88\x74\x44\x0b\xc6\x82\x36\xe4\x2f\x96\x83\x3c\xa3\x0e\xdd\x15\xb7\x48\x3e\x2a\x98\xc2\xae\xf0\xab\xcd\xf5\xfb\x7c\xa0\xa4\xeb\xc7\x29\xa6\x9a\x89\xe6\xc1\xf5\x5e\xa0\xe4\x3e\x9c\xba\x5a\x8d\xc1\x70\x48\x21\xa5\xc3\x83\x40\x5c\x01\x95\x7b\x46\x60\x2f\x94\xeb\x49\x4c\x85\xa9\xea\x16\xc0\xe2\xc9\x9c\xd1\x77\xa8\x0c\xa2\xbd\x35\xa7\x5e\x38\x7c\x77\x11\x36\x49\xaa\x2e\xe9\x44\x28\x35\xec\x02\x06\x94\xf3\x67\xd5\x94\xec\x14\x06\xc2\xaa\x0e\x8e\xab\x1f\x0f\xf7\x4b\x08\x97\xf7\x38\x6b\xf1\xf5\x3d\x02\x3c\xe2\x45\x26\x84\x2e\x45\x2c\x82\x3f\xf1\x23\x16\x4b\x68\x8e\xe8\x32\xeb\xeb\xd7\x90\x09\x2d\x93\x78\xf6\xde\xe4\x2a\xf5\x00\xa9\x03\x52\x06\x82\x9f\xbd\xa7\x6c\xdf\x6c\x91\x18\x9d\x08\x6a\x19\xbd\x20\x13\xd8\x2b\x9e\xcf\xab\xd5\xd9\x58\xf8\x66\xf3\x79\x34\x4e\xb6\xde\x85\xa9\x04\x95\xbd\x1d\x90\x78\xe4\xec\x78\x9b\x38\x11\x22\x4d\x3b\x79\xa8\xcf\x71\x90\xd6\xad\x55\x47\x53\x2d\x15\xbc\xa9\x24\x65\x0a\xc2\x5a\x51\x4c\x5e\x2d\xa5\x05\xb1\x37\x73\x32\x35\x7d\xc6\x96\xfb\x31\x8c\xbf\x58\x85\x84\x2d\x0e\x48\xbe\x64\xfa\x62\xfc\xa9\x72\x22\x34\x27\xa4\x0a\x40\x99\x8f\x72\x0a\x69\x6a\x78\x36\xef\x21\xbd\xf3\xc8\x7e\xa7\xa9\x17\xd1\x78\x29\xd1\x52\x7a\xde\xc4\x09\x2e\x47\x99\x1c\xeb\x1a\xe0\x45\xa3\x52\x9e\x04\x06\x78\x33\x2a\xdd\x8e\x43\xee\x6b\xf0\x4c\xa6\xdf\x78\xad\x9b\x54\xfe\xa4\x3c\xae\x99\xa2\xd6\xf0\x0c\xd5\x73\x17\x5c\x93\xbb\x0e\xf9\xa9\x3c\xf7\x1d\xb2\x1f\x4f\x2c\x82\xd4\x3f\xc5\x59\x41\x35\xd3\xf9\xd7\x50\x6a\xdf\xc6\x1b\x80\x5e\x2d\x3d\x62\x31\xc9\xb3\x07\xa4\x0f\xa8\x0f\x74\xf4\xb2\x4e\x07\x8a\xd5\xf9\x69\xc7\xa4\xbb\x07\x49\x78\x72\xbf\x60\x67\x50\xca\xa6\x3e\xe8\x89\x76\xb8\x67\xa5\xf2\x12\x53\x76\xbe\x33\xd6\xf2\x28\x2c\xc0\xe2\x1e\x2d\xea\x04\xfd\x8c\x1b\x50\x35\xb0\x8f\xf1\x2b\x89\xef\x07\xbe\x3d\xba\x23\x97\xe1\x57\x17\xe9\xf0\xb6\x4e\xd2\x77\x2d\xd5\xf7\xe7\x7d\xda\x79\x03\x36\xeb\x6d\xfc\x17\xc8\xb4\xc5\x75\x2f\xc7\x0b\xea\xf5\xb8\xd3\xf1\xcb\x1e\xea\x18\x6f\xc2\x4d\x6a\x19\xed\xc0\x9a\x80\x78\xb7\xbd\x8d\xb6\x1c\xad\x61\x6f\x6c\x98\xbf\x32\x4c\xb8\x2b\x49\xcb\xc1\xec\x47\xdc\x6b\xcf\xe8\x71\xcf\xcb\xf6\xda\xa2\xfa\xf1\xf3\x6e\x4e\xa8\xe9\xb4\x4e\x2d\x77\xd9\xd5\xd0\x77\xb1\x99\xad\xff\x5b\x5a\xd3\x3d\x5f\x62\x0c\x86\xd0\xf4\xd6\x62\xc2\x53\x06\x72\x4f\xdd\x46\x46\x7d\x23\x34\x01\xf2\xb7\x7a\xf5\x77\x4c\x85\x6e\x56\xd1\xfd\x93\x85\xcf\x92\x3a\x51\x79\x8a\x20\xea\x53\x7d\x93\x76\x42\x3a\x9a\x94\x71\x58\xcb\xd2\x11\xa5\x1f\x6e\xc7\x9b\xfb\x52\x64\xf0\x77\xc4\xf4\x34\x30\xd9\x71\x57\x2d\xcb\x0f\xcf\x0a\x3f\x3a\x27\x0c\x46\x04\xaa\x67\x82\x6b\x14\x5d\xa3\x7f\x02\x00\x00\xff\xff\xc9\x52\x84\x42\x1f\x13\x00\x00" +var _universalcollectionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x58\x5b\x8f\x1a\xb9\x12\x7e\xef\x5f\x51\xe1\x21\x6a\x46\x73\x98\x97\xa3\xf3\x80\xc2\xc9\x6d\x16\x69\xa4\x2c\x8a\x12\xb2\xfb\x10\x45\x1b\xd3\x5d\x80\x35\xc6\x6e\xd9\xd5\xb0\xad\x11\xff\x7d\x55\x76\xdf\x2f\xa3\x24\xcb\x0b\x74\xdb\x55\xae\xcb\x57\x9f\xab\xb8\xbb\x81\xe8\x26\xba\x81\xed\x51\x3a\x90\x0e\x84\x06\xfc\x5b\x9c\x32\x85\x90\x18\xa5\x30\x21\x69\x34\xd0\x51\x10\x24\x42\x83\x23\x63\x11\x84\x2e\xc0\x68\x04\x2a\x32\x04\xb3\x87\xcd\x7a\xeb\x55\x20\xbc\x6f\x64\xa4\x03\x8b\x8e\xac\x4c\x08\x53\x20\xe3\x25\x36\xeb\xad\x97\x5a\x54\x47\x0a\xa5\xcc\xc5\x41\x8a\x67\x54\x26\x43\xeb\x78\xe7\xc5\x4a\x0a\x7b\x13\xa3\xc9\x8a\x84\x1c\x5c\x24\x1d\x4d\x4e\x70\x14\x67\xa9\x0f\xd1\x0d\xef\x13\xca\x55\x9b\x85\x52\x6c\x09\x75\x6d\xd8\x19\xa9\xd0\x66\x4a\x10\xbb\x93\xe2\x6d\x74\x03\xce\x2b\x80\x13\x3b\xa1\xa4\x46\xc7\x72\xbc\xb8\xe0\x40\xdc\x45\x91\x3c\x65\xc6\x12\xcc\x36\x46\xaf\x73\x7d\x90\x3b\x85\x5b\xf3\x88\x7a\x56\xaf\xfc\x8e\x24\x52\x41\xe2\x0f\x89\x17\xd7\xbc\xe6\xc7\x4f\xe8\x8c\x3a\xa3\x9d\x45\x91\x48\x12\x74\x2e\x16\x4a\xcd\x6b\x3f\xe0\x8b\x96\x67\xb4\x4e\xa8\x96\x95\x4f\x51\x04\x00\x70\x77\x77\xe7\x63\x48\x45\x26\x13\xa1\xda\x7e\x58\x74\x26\xb7\x09\xde\xc2\x2e\xa7\x10\x7a\xce\x88\xd0\x05\xff\xe6\xc4\xe4\x0e\x2b\x25\xfe\xbb\x7d\x78\x25\xdd\xd2\xb8\x84\xbe\x77\x8b\xa1\x41\x95\x51\x78\x46\x5b\x34\x96\xb7\x81\xe1\xf2\x8c\x7d\x77\x20\xc0\x49\x7d\x50\x01\x13\x1d\xe9\xb7\x4a\x41\x8a\x99\x71\x92\xb7\xe9\xd4\x67\x32\xb5\xe2\x22\x94\x83\x53\xee\x08\x76\x18\x52\x27\x5d\x57\xba\xed\x83\x42\xaa\x0e\xc3\x74\xcb\xb8\x5b\x02\x7f\x75\x2d\xe5\xf0\x65\x82\x8e\x20\x53\xd4\x24\xf7\x12\xed\xa4\xb6\x66\xcb\x12\x3e\x93\x65\x50\x75\x74\xdd\x4b\xef\xa2\xb0\x05\x9c\x44\x96\x31\x66\x18\x91\x0f\xf7\x1e\xa2\x0c\x34\x5f\x0c\x29\xbf\x75\xfd\x53\xaa\x7c\xcf\xe1\x2c\x2c\x98\x8b\xc6\x94\xb7\x2d\xe1\xcd\xd3\x97\x07\x4d\xff\xfb\xef\x12\x9e\x06\x19\xd8\xac\xb7\xd7\x6b\xd4\x57\xe5\x50\xed\x83\x1a\x3e\x4f\x1c\xf0\xa3\xa0\x23\x9b\x5c\x3f\x4c\x4b\x64\xf9\x4e\xc9\x24\x08\x7c\xac\x7f\x0f\x8e\xf0\x31\xd9\xe7\x1a\x0e\x48\x9b\xf5\xb6\x41\xc2\x7d\x09\xf2\x78\xbe\x84\xb7\xba\xf8\x4c\x36\x4f\x08\x9e\x6a\x79\xfe\x58\xa4\xdc\x6a\xe8\xd4\xc4\x62\xa0\x25\xee\xc8\xf0\x67\xca\x9b\xb8\x9d\x18\x76\x65\xd1\xbc\x98\xbf\xb8\x1d\xe8\x19\xf7\xf1\xd7\xb4\xb4\x0b\x84\xd1\xf5\xea\xe5\x48\xbd\xb6\x2a\xe5\xff\xf1\x7c\x4a\xd5\x07\xa9\x1f\x03\x52\xff\x85\xaa\xc4\xa2\x20\xfc\xed\x94\x51\xd1\xec\x5c\xe7\xba\x34\x31\xde\xe7\x9a\x53\xf3\x66\x88\xa5\x66\xfb\xb5\x97\xaf\x5e\xde\x5e\xfd\xc7\x47\x67\xf4\xa4\x78\x3e\x90\xbc\x76\x5f\x35\x4f\x43\xe0\xd6\xa8\x9a\xd0\xfd\x93\x76\xd7\xf6\x96\xfa\x5a\x6c\xf6\x5c\xb2\x6f\x3d\xa7\x94\xaf\x3b\x0c\x32\x6a\xbb\xd4\x92\x20\x1e\x72\x43\xa9\xc6\xcb\xf5\x0c\xf3\x9a\xeb\x12\x67\x03\x9f\xae\xc3\x0d\x8d\x4a\x58\x8d\xd1\x53\xbd\xb1\xcb\x72\xab\x2e\x25\x36\xbb\x9a\x82\x81\xd5\x64\xf9\xb4\x31\x3f\xd4\xd1\x54\x0e\xac\xa6\x4a\x67\x54\xc3\xb5\xcb\x94\x07\xa4\xcf\x95\xd1\x9b\xf5\x96\xed\x76\x65\xba\xf8\x62\x50\xd2\x51\xd9\x25\x78\x67\x5c\xb8\xbc\x3c\xdf\x5b\x4c\x90\xab\xc2\x63\x26\xa3\x01\x8f\x7a\x0c\x9d\x25\x5e\x2a\x7a\x1a\x1c\xc4\x38\x7a\x0a\x65\xf6\xce\x18\xd5\x47\xcd\xe0\xde\x70\xbd\xed\xab\x41\xb6\x3a\xbb\xbf\x0e\x73\xf2\x8d\x93\x62\x73\x1c\x43\x67\x57\x78\x2a\x60\x9f\xca\xd8\x5c\x8e\x48\x47\xb4\x60\x2c\x68\x43\xfe\x4e\x39\xc8\x33\xea\xd0\x58\x71\x77\xe4\xa3\x82\x29\xec\x0a\xbf\xda\xdc\xbc\xcf\x07\x4a\xba\x7e\x9c\x62\xaa\x99\x68\x1e\x5c\xef\x05\x4a\xee\xc3\xa9\xab\xd5\x18\x0c\x87\x14\x52\x3a\x3c\x08\xc4\x15\x50\xb9\x67\x04\xf6\x42\xb9\x9e\xc4\x54\x98\xaa\x46\x01\x2c\x9e\xcc\x19\x7d\x73\xca\x20\xda\x5b\x73\xea\x85\xc3\x37\x16\x61\x93\xa4\xea\x7e\x4e\x84\x52\xc3\x06\x60\x40\x39\x7f\x56\xfd\xc8\x4e\x61\x20\xac\xea\xe0\xb8\xfa\xf1\x70\xbf\x84\x70\x6f\x8f\xb3\x16\xdf\xdc\x23\xc0\x23\x5e\x64\x42\xe8\x52\xc4\x22\xf8\x13\x3f\x62\xb1\x84\xe6\x88\x2e\xb3\xbe\x7e\x0d\x99\xd0\x32\x89\x67\xef\x4d\xae\x52\x0f\x90\x3a\x20\x65\x20\xf8\xd9\x7b\xca\xf6\xcd\x16\x89\xd1\x89\xa0\x96\xd1\x0b\x32\x81\xbd\xe2\xf9\xbc\x5a\x9d\x8d\x85\x6f\x36\x9f\x47\xe3\x64\xeb\x5d\x98\x4a\x50\xd9\xd6\x01\x89\x47\xce\x8e\xb7\x89\x13\x21\xd2\xb4\x93\x87\xfa\x1c\x07\x69\xdd\x55\x75\x34\xd5\x52\xc1\x9b\x4a\x52\xa6\x20\xac\x15\xc5\xe4\xd5\x52\x5a\x10\x7b\x33\x27\x53\xd3\x67\x6c\xb9\x1f\xc3\xf8\x8b\x55\x48\xd8\xe2\x80\xe4\x4b\xa6\x2f\xc6\x9f\x2a\x27\x42\x73\x42\xaa\x00\x94\xf9\x28\x07\x90\xa6\x86\x67\xf3\x1e\xd2\x3b\x8f\xec\x77\x9a\x7a\x11\x8d\x97\x12\x2d\xa5\xe7\x4d\x9c\xe0\x72\x94\xc9\xb1\xae\x01\x5e\x34\x2a\xe5\x21\x60\x80\x37\xa3\xd2\xed\x38\xe4\xbe\x06\xcf\x64\xfa\x8d\xd7\xba\x49\xe5\x4f\xca\x93\x9a\x29\x6a\x0d\xcf\x50\x3d\x37\xc0\x35\xb9\xeb\x90\x9f\xca\x73\xdf\x1c\xfb\xc9\xc4\x22\x48\xfd\x53\x9c\x15\x54\x33\x9d\x7f\x0d\xa5\xf6\x6d\xbc\x01\xe8\xd5\xd2\x23\x16\x93\x3c\x7b\x40\xfa\x80\xfa\x40\x47\x2f\xeb\x74\xa0\x58\x9d\x9f\x76\x4c\xba\x7b\x90\x84\x27\xf7\x0b\x76\x06\xa5\x6c\xea\x83\x9e\x68\x87\x7b\x56\x2a\x2f\x31\x65\xe7\x3b\x63\x2d\x4f\xc1\x02\x2c\xee\xd1\xa2\x4e\xd0\x8f\xb7\x01\x55\x03\xfb\x18\xbf\x92\xf8\x7e\xe0\xdb\xa3\x3b\x6d\x19\x7e\x75\x91\x0e\x6f\xeb\x24\x7d\xd7\x52\x7d\x7f\xde\xa7\x9d\x37\x60\xb3\xde\xc6\x7f\x81\x4c\x5b\x5c\xf7\x72\xbc\xa0\x5e\x8f\x3b\x1d\xbf\xec\xa1\x8e\xf1\x26\xdc\xa4\x96\xd1\x0e\xac\x09\x88\x77\xdb\xdb\x68\xcb\xa9\x1a\xf6\xc6\x86\xd1\x2b\xc3\x84\xbb\x92\xb4\x9c\xc9\x7e\xc4\xbd\xf6\x78\x1e\xf7\xbc\x6c\xaf\x2d\xaa\x1f\x3f\xef\xe6\x84\x9a\x4e\xeb\xd4\x72\x97\x5d\x0d\x7d\x17\x9b\xd9\xfa\xab\xa5\x35\xd8\xf3\x25\xc6\x60\x08\x4d\x6f\x2d\x26\x3c\x65\x20\xf7\xd4\x6d\x64\xd4\x37\x42\x13\x20\x7f\xab\x57\xff\xc4\x54\xe8\x66\x15\xdd\xff\x57\xf8\x2c\xa9\x13\x95\xa7\x08\xa2\x3e\xd5\x37\x69\x27\xa4\xa3\x49\x19\x87\xb5\x2c\x1d\x51\xfa\xb9\x76\xbc\xb9\x2f\x45\x06\xff\x44\x4c\x4f\x03\x93\x1d\x77\xd5\xb2\xfc\xf0\xac\xf0\xa3\x73\xc2\x60\x44\xa0\x7a\x26\xb8\x46\xd1\x35\xfa\x27\x00\x00\xff\xff\x93\x07\x3d\xf0\x1a\x13\x00\x00" func universalcollectionCdcBytes() ([]byte, error) { return bindataRead( @@ -192,7 +192,7 @@ func universalcollectionCdc() (*asset, error) { } info := bindataFileInfo{name: "UniversalCollection.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6b, 0x6e, 0x7, 0xc0, 0x27, 0x12, 0xe, 0x34, 0x5d, 0x7a, 0xd6, 0x4c, 0x4, 0x8, 0x4e, 0x8b, 0xbf, 0xc, 0x24, 0xb1, 0x30, 0x63, 0x6d, 0x58, 0x45, 0x27, 0x3a, 0xab, 0xd7, 0x36, 0xc3, 0x1a}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x54, 0x9e, 0xd7, 0xc5, 0xe8, 0xf6, 0x17, 0xba, 0xb6, 0x7d, 0x30, 0xd8, 0x1d, 0x2f, 0xc9, 0x9, 0xdc, 0xcb, 0x66, 0x5, 0x32, 0xa2, 0xbb, 0x70, 0x5f, 0x2d, 0x82, 0x6a, 0x23, 0x56, 0x86, 0x3e}} return a, nil }