diff --git a/contracts/ExampleNFT.cdc b/contracts/ExampleNFT.cdc index 42e5c9f..f64ae5f 100644 --- a/contracts/ExampleNFT.cdc +++ b/contracts/ExampleNFT.cdc @@ -312,7 +312,7 @@ access(all) contract ExampleNFT: NonFungibleToken { self.account.storage.save(<-collection, to: defaultStoragePath) // create a public capability for the collection - let collectionCap = self.account.capabilities.storage.issue<&ExampleNFT.Collection>(defaultStoragePath) + let collectionCap = self.account.capabilities.storage.issue<&{NonFungibleToken.Receiver, NonFungibleToken.Collection}>(defaultStoragePath) self.account.capabilities.publish(collectionCap, at: defaultPublicPath) // Create a Minter resource and save it to storage diff --git a/contracts/MetadataViews.cdc b/contracts/MetadataViews.cdc index 5323b72..12708e3 100644 --- a/contracts/MetadataViews.cdc +++ b/contracts/MetadataViews.cdc @@ -623,6 +623,9 @@ access(all) contract MetadataViews { publicLinkedType: Type, createEmptyCollectionFunction: fun(): @{NonFungibleToken.Collection} ) { + pre { + publicLinkedType.isSubtype(of: Type<&{NonFungibleToken.Receiver}>()): "Public type must include NonFungibleToken.Receiver interface." + } self.storagePath=storagePath self.publicPath=publicPath self.publicCollection=publicCollection diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index 9aca497..8ca54d7 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -1,8 +1,8 @@ // Code generated by go-bindata. DO NOT EDIT. // sources: // BasicNFT.cdc (5.925kB) -// ExampleNFT.cdc (13.904kB) -// MetadataViews.cdc (25.358kB) +// ExampleNFT.cdc (13.939kB) +// MetadataViews.cdc (25.54kB) // NonFungibleToken.cdc (10.727kB) // UniversalCollection.cdc (4.31kB) // ViewResolver.cdc (2.718kB) @@ -95,7 +95,7 @@ func basicnftCdc() (*asset, error) { return a, nil } -var _examplenftCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xdf\x73\xdb\xb6\x93\x7f\xf7\x5f\xb1\xd5\x43\x87\xca\x39\x72\xd2\x1f\xb9\x56\x13\x25\x6d\xe3\xba\xe7\x99\xd4\x97\x49\xd4\xf6\x21\xe3\x49\x21\x72\x69\xe1\x4c\x02\x2a\x00\x5a\xd6\xf8\xfc\xbf\xdf\x2c\x40\x82\x00\x7f\xc8\x72\x32\x77\x73\x5f\x3d\x24\x32\xb9\xbb\xd8\xfd\x60\xb1\x58\xec\x42\x27\x4f\xe0\xe8\xc9\xd1\x13\x80\xe5\x9a\x6b\xe0\x1a\x98\x00\xbc\x65\xe5\xa6\x40\xe0\xf4\x6f\x89\xc2\x30\xc3\xa5\x00\x99\x03\x83\xb3\x42\x6e\xe1\x42\x8a\xa7\x67\x95\xb8\xe2\xab\x02\x61\x29\xaf\x51\x90\x84\x4a\x73\x71\x05\x66\x8d\xf0\xe7\x37\xa0\x0d\x13\x19\x53\xd9\x8c\xde\x9c\x1b\x92\x2c\xa4\x81\x0d\x53\x86\x04\x11\x95\xcc\x73\x9e\x72\x56\x78\x5a\x58\x55\x06\xb8\x01\xa6\x75\x55\x62\x06\x46\xc2\x0a\x89\x5f\xf3\x92\x17\x4c\xd1\x83\xb5\xdc\x42\xc9\xc4\x0e\x2e\xce\x96\x1a\xb6\xb2\x2a\xb2\x56\x4f\x2b\x36\x95\x0a\x21\xaf\x44\x4a\x4a\xb3\x82\x9b\xdd\x2c\xb0\x30\x95\xc2\x28\x96\x1a\xc8\x24\x3a\x95\x5a\x6e\x12\xab\xe5\x66\xcd\xb5\xe1\x29\x33\x98\x41\x5a\x30\xad\x79\x4e\x7f\x71\x69\x8d\xd4\x3b\x6d\xb0\x84\x5c\x2a\xe0\x46\x5b\x2d\x66\x64\x5f\x86\x39\x17\xa8\x81\x91\xb2\x04\xde\xc5\xd9\x12\xb6\xdc\xac\xa1\xe4\x82\x97\xac\x80\x12\x0d\xcb\x98\x61\x16\x11\x38\x7a\x72\x72\x74\xc4\xcb\x8d\x54\x86\xe0\x6c\xd0\xb4\x60\x42\xae\x64\x09\x93\xee\xe3\x49\x43\xff\x27\xc7\xed\x7b\xd4\xb2\xb8\x41\x55\xd3\x86\x8f\x3c\xdd\xef\xf5\x88\xf4\x52\xd7\x84\xd1\xb3\xc9\xd1\x11\x4b\x53\xd4\x3a\x61\x45\x31\x6d\xb1\xf9\xd5\x39\xc0\xc5\xd9\x72\xde\x57\xee\xee\xe8\x08\x00\xe0\xe4\xe4\x04\xde\x31\xb3\x86\xed\x1a\x15\x5a\xe4\x4b\x2e\x0c\x2a\xd0\x6b\x3b\x2b\x2b\x04\x6d\xa4\xc2\xcc\x93\x2f\xd7\xd8\xce\xf5\x86\x99\xb5\xb6\x38\xba\x49\x2b\x0a\xb4\x33\x06\x4c\x35\x8c\xc0\x45\xf7\xa5\x42\x2d\x2b\x95\x22\x98\xdd\x06\xad\xe0\xd0\x80\x02\x0d\xfc\x6e\x95\xf8\x60\xa4\x62\x57\x48\x0a\xce\x21\xf8\xa3\xd5\xfd\x2f\x84\x74\x2d\xa5\x76\xaa\x0b\x56\xba\x29\x23\x63\x8e\xad\x23\x1a\x72\x17\x1a\x06\x52\x26\x60\xcd\x6e\xd0\x3a\x88\xa5\x14\x72\xeb\x05\xad\x30\x65\x55\x2d\xc6\x8e\x9d\xb3\x14\x5b\xf7\x52\xf8\x4f\xc5\x15\x92\x5f\x93\xfb\x5a\x31\xa0\x37\x98\x92\x5b\x39\x69\x24\xb6\x94\xaa\x6f\x8f\xb7\x76\x70\x26\x66\x17\x67\xcb\xe3\xc8\x19\x66\xde\x2b\xea\x49\x1a\x02\x88\x67\x73\xf8\xe3\x5c\x98\x17\xdf\xb5\x34\x64\xc7\x19\xf9\x07\x19\x71\xca\xf5\xa6\x60\x3b\xef\xb0\x70\xc3\x71\x3b\x2a\x8e\x2c\x20\x88\x15\x17\x57\xa3\x44\x19\xea\x54\xf1\x0d\x4d\xe1\x83\xb4\x66\x5d\x95\x2b\xc1\x78\xe1\x29\x63\x35\x6b\x8f\x79\x2f\x77\xac\x30\x1c\xf5\x7e\x3d\x35\x16\xb9\x93\xab\x1a\x86\x39\x7c\x8c\x56\xc1\xcc\x89\xda\x5d\xc6\x03\xfd\x86\x02\x15\x4f\x21\xe3\x2e\x92\xa8\x9d\x0d\x5c\x8a\xd1\xba\x27\x0d\xac\xbb\x30\x3d\x3e\x62\xa3\xd8\x1c\xee\x9c\x25\x73\xf8\x59\xec\x3e\x18\x55\xa5\xe6\xde\xb2\x79\x5e\x2e\xb8\x49\xfc\x5f\xf4\x09\x71\x3d\x8e\xde\x0c\x80\x19\x13\xf4\x10\x8c\x5f\x3f\x0c\x44\x4c\xbf\xd7\x8c\x96\x74\x0a\x77\x11\x1b\xe1\x30\xe3\x19\x2c\xdc\xb7\xaa\xe2\x59\xff\xbd\xf5\xff\x85\x35\xb6\xff\x32\x30\x14\x16\xa1\xd9\x7d\x52\x6f\x32\x2c\x5a\xf3\xfb\x64\xde\x74\x58\xb4\x30\xf4\xc9\xbc\x47\x2d\xbc\xf1\x9e\xe8\x3e\xf6\x92\x54\x21\x33\xf8\x6b\xb9\x31\xbb\x37\x6d\x98\x72\x4f\xdd\x66\x4a\xaf\xa0\x7d\x17\x71\x33\x91\x81\x42\x53\x29\xa1\xeb\x00\x61\xe3\x1d\x2b\x0a\x8a\xa3\xf4\x17\xb3\x9b\xda\xce\xc6\x20\xb9\x15\x76\xc3\x89\x44\xfc\x74\xd7\x8b\x0b\xed\x60\xf7\x83\xab\x2c\xaf\xc4\xb0\xde\xc9\x74\xfe\x80\xbc\xce\x1c\x3b\xdd\xe1\xe5\xd3\x76\xc7\x98\x0d\x4b\x16\xb9\x59\xee\x36\x38\x07\xfa\xf7\xe5\x4f\x01\xfd\xc5\xd9\xf2\x55\x32\x9d\x06\x00\x43\xb8\x32\x42\xc5\x69\x81\x5b\xed\xaf\xd0\x58\x8f\x25\x85\x3f\x92\xc4\xcb\x61\xc5\x3e\x46\x0f\xe9\x63\x87\x8f\xbd\xbe\x8e\x77\xaf\x92\xe9\xf1\x21\xe4\x3e\xf0\x1c\xca\xf0\x6b\xc6\x09\x82\xc3\xe9\x6f\x0d\x2a\xc1\x8a\x3f\xde\xbf\x3d\x94\xe5\xe2\x6c\xd9\x62\x7d\xca\x0c\xfb\x3c\xc6\xc7\x01\xf1\x01\x15\x67\xc5\xa1\xd4\x4b\x1b\x38\x5f\x25\xd3\x88\xf8\x72\x68\x5d\x75\x7d\x55\xb9\x5d\x8d\xe4\x24\x9f\xac\x13\x38\x37\x9a\x06\x81\xe8\x75\x37\xfa\x6c\xb9\x49\xd7\xce\x63\xee\x7a\xfa\xa5\x4c\xe3\x7e\x57\x98\xf7\x78\xa0\x75\xab\x41\xa6\x64\x90\x03\x7c\x28\xf7\xf1\xae\x0f\x57\xf3\x89\x22\x7b\x37\x04\x8e\xb3\x05\xf1\x3e\xd6\xec\x3f\x96\xcb\x77\x67\xbc\xc0\x71\xd5\xe8\x53\xa9\x62\xde\x89\xa2\xa3\xf4\xd3\xc1\x37\xfd\xa7\x63\x00\x07\x6b\x61\x18\x61\x97\x26\x52\xbe\x44\xe9\x13\x94\xec\x16\x44\x55\xae\x50\xd1\xe6\x6b\x73\x7e\x1b\x13\x29\x1c\xae\xea\x8c\x33\x73\xa9\xad\x09\xd3\xfb\x31\xd9\xda\x45\x58\x12\x8b\x4e\x15\xc8\x39\x16\x19\xdc\xb0\xa2\xb2\x83\x6a\xb4\x71\x58\x8c\x80\x40\xfb\x7a\xcd\x79\x2e\x72\x09\x0b\x18\x34\x30\x71\x73\x3e\xa9\xe3\x9c\xcd\x15\xea\x57\x93\xe3\xda\xa2\x79\xb3\x45\x1e\x93\x3e\x73\x1a\x72\x18\xde\x60\xcc\xb7\x5c\x9b\xde\xb6\x5d\x0b\xbe\x84\x05\x7c\x0c\x74\xbb\x3c\xdc\x85\x9b\x69\x19\x77\x94\x60\xfc\x2f\x74\x01\x1f\x36\x1e\xb1\xc4\x1c\xcf\xb8\x76\x35\x90\x5f\xa8\x59\x18\xd9\x1f\xa1\x9c\x67\x7b\x40\xbf\xe1\x84\xe3\xf1\x6a\xc6\xfb\xc3\x23\x14\x0d\x18\x93\xc9\xda\x98\x8d\x9e\x9f\x9c\xd4\x87\xfd\xa7\x22\x37\x33\x29\xf2\x42\x6e\x67\x52\x5d\x9d\x4c\x66\xa9\x14\x29\x33\x49\x0d\xed\xcc\x48\x97\xfc\x25\xd3\xe9\xe1\xaa\x0e\xed\x4b\x7b\x15\x0e\xf2\x82\x3a\xea\xbf\xa9\x57\xb4\x8d\xfe\xcd\x81\x68\x6f\x2a\x71\x6c\xa3\x7e\x40\xf2\xb0\x4e\x9f\x6b\xd1\x61\xdb\xc5\xff\xb9\x51\x5e\xad\xc3\xed\xf2\xdb\xf3\x68\x58\xc6\xdb\xb4\xa8\xb2\x26\xe6\x2e\xb9\x3d\xb8\x66\x90\x4b\x49\xf1\x52\xaf\xe5\x16\xa4\x59\xa3\x82\x4a\xa3\xa6\x68\xed\x44\x8e\x47\x34\x27\x2f\x73\x64\x14\xbb\x26\xad\xe8\xc9\x31\x4c\x72\x29\x27\xc3\x31\xcc\x1e\x13\x2d\x1b\x29\xdf\x8b\xc1\x74\x62\x5b\x4a\x27\x37\xa1\x3f\xe6\x71\x5a\x7f\xec\xc7\xbe\x60\x25\x1d\x83\x62\x55\xa6\x47\x63\x10\x04\xa6\x73\x0d\x0c\x2a\xc1\x6f\xc1\xf0\x12\xb5\x61\xe5\xe6\x18\xb6\xd8\x14\x3f\x4a\xa6\xae\x29\xa3\xb7\x15\x20\x06\x99\x9b\x11\xc2\x9d\xb6\xa0\x4d\xc1\x4c\x2e\x55\xa9\xe1\x5a\xc8\xad\xad\x69\x35\x10\x72\x33\x1b\x35\xb9\x1d\xde\x2a\xda\xb3\xdb\x3e\x6d\x76\x9e\x08\x4b\xbb\xbb\x75\x50\x88\xe0\xbe\xfc\xea\x38\x54\x72\x0e\x93\x53\x66\x88\x53\x31\xc5\xcd\x6e\xcf\xe6\xd4\xce\xc3\x8c\x65\x0e\xc1\xa4\xa3\xe8\x38\xa0\xe4\x3c\x16\x49\x2b\xc5\xa1\x45\xce\x40\x27\x1d\x37\xf2\x28\x18\xb9\x74\x33\xfc\xde\x92\xf5\xb0\x70\x8f\x13\x9d\x4a\x85\x73\x78\xfe\x6c\xf6\xac\xde\x65\x9f\x3f\xb3\xdf\xa3\x54\x6b\xf2\x46\x96\xa5\x14\x93\xf1\xed\xb7\x19\x6d\x3f\xe6\xe4\xb1\x63\x60\x5b\x6f\xee\x80\x2c\x78\xd1\x22\x1c\x1b\x74\x38\xd8\x0d\xdf\x30\xc7\xbe\xb8\xd4\x4a\x8b\xa8\xee\x87\x4e\x52\x61\x3e\xe4\x08\xea\x84\x7d\xb0\x5e\xd5\xc6\xa2\x81\xb2\x55\x70\x4e\xbe\x8b\x8e\xb2\x71\xa5\x85\x52\xa6\x54\x0a\x5a\x27\xb6\xae\x4c\xbc\xf1\xd1\x97\x28\xac\xf7\x44\x55\xc1\x7a\xcd\x09\xf8\xdb\x55\xb9\xfe\x86\xf3\x53\x97\xe4\x75\x0f\x18\x4d\xb2\x38\x85\x1b\xa6\xc8\xe7\x30\xa3\x0c\x93\xce\xc0\x8e\x75\x0e\x71\x1c\x1e\x39\xa3\x10\xb7\x1e\x2b\x38\x8e\x31\x6c\xaa\x55\xc1\x53\x47\xff\xce\x7f\x3f\x8a\x2a\x42\x90\x0c\x16\x55\xbc\xa6\xf0\xf2\x29\xdc\xc5\xd3\xe5\x2a\x7c\x28\x0c\xcf\x39\x2a\x58\xc0\x24\x65\x19\x8a\x14\x5b\x4b\x5a\xfc\x27\x7d\xd9\x81\x1d\xb0\x08\x0d\x49\x5a\xa9\xf3\x60\x84\xe9\x57\x7d\x19\xad\x69\xb0\x08\x6c\x7b\x58\x42\xa7\xb6\x72\x85\xe6\x43\xb5\xd9\x48\x65\xac\xb9\xb4\x66\xb4\x2f\x97\x30\x28\xb8\x36\x8d\xa3\x18\xfb\xae\x2e\x97\x70\xa2\x4a\x91\xdf\xa0\xb2\xb0\x6f\x4c\xaf\x48\xd7\x2b\x27\xf4\x06\x4a\xa6\x73\xb8\x73\xcb\xf4\x17\x29\x8b\x6e\xe5\x83\x70\xd6\x0d\x8f\x65\xe8\x90\x2f\xba\x33\x13\x53\x7f\x1c\xd9\xe7\x29\x89\x37\xaa\xc2\xa1\x35\x18\x4b\x18\x43\xed\x7d\x0d\xd0\x76\x8d\x76\x3b\x96\xca\xd6\xa1\xe9\xd8\x73\xc5\x6f\x50\xb8\x45\x42\xeb\xc6\x42\x83\x19\xac\x76\x9d\x32\x7b\x24\xef\xe7\xb0\xfe\xee\x0f\x5f\x8e\xd9\x96\xae\xad\xbc\x7a\xdf\xfb\xaf\x4a\x9b\x36\xbc\x54\x48\xb2\x33\xcc\x59\x55\x98\xfd\x53\xc0\x75\x77\x06\x12\xe3\x93\x9d\xa9\x03\x35\x9e\x02\x9e\xbb\x91\x17\x8b\xb1\x9c\x69\xb8\x26\xd4\x45\xf7\x1e\xb0\xd0\x38\x4c\x9b\xb3\x42\xc7\xc4\x63\xa8\x53\xd0\xc9\x14\xdb\x82\xc2\x52\xde\xb8\xd2\x1f\x39\x66\xde\x54\xd5\xc3\x0e\x87\xc8\xc0\x11\x75\x6b\x7e\x5d\x8c\x7a\xb1\xf3\xaf\x66\x98\xff\xee\xc7\xd5\xff\xdc\x0a\x54\xae\x62\xd2\x68\x93\x34\x5f\xce\x4f\x9b\xa2\xff\x70\x89\x8f\x82\xdb\x80\x87\xdb\xa0\x4b\x51\x26\x8e\x3b\x33\x67\x64\x72\x8d\xbb\x39\xb4\x43\xf4\x77\xa0\xd7\xaf\x61\xc3\x04\x4f\x93\xc9\x1b\xeb\x1e\xe4\x88\x1e\xa9\x1a\x21\x1b\xae\x09\x82\x8d\x92\x37\x3c\xc3\xcc\xc6\xeb\x3e\x6c\x93\x4e\x1a\xe1\x6b\x8f\x56\xc9\xb1\x79\xc9\x70\x23\x35\xc1\xcc\xae\x6d\x77\x8e\x46\x24\xfc\x59\x96\x45\xf0\xfb\x61\x74\xb0\x0d\xf5\x6a\xb5\x96\x8b\xe8\xcf\x4f\x1b\x4e\x9e\x01\x53\x8a\xed\x46\xab\x57\xb5\x06\x89\x55\x73\x14\xfc\xae\xb3\x46\xe8\xbb\x2f\x4c\x7f\x05\x1d\x27\x8f\x11\x21\x25\xb3\xcc\xf5\xb3\x70\x5b\x73\xd5\x6a\x06\x7b\xeb\x76\xcd\xd3\xb5\xf7\x53\xdb\x89\x2d\x32\x90\x02\x7b\x0a\xc8\x22\x5b\x0e\x7b\xc0\x47\x2b\x7c\xc6\xb3\x4b\xaf\xdf\x51\xb7\x49\x61\x94\xdc\x79\x11\x7b\x62\xfc\xf9\x69\x10\xd5\x85\x43\xb3\xe9\x11\xd3\x3b\x1b\x73\x98\xc2\x7e\x3b\xf0\xc1\xa8\x7e\x7e\xea\x4a\xc4\xce\xf5\x47\x8a\xc4\x1d\xdf\xbe\xc6\xdd\x68\x6c\xfd\x0d\xeb\xde\x0f\x2b\x65\x25\x8c\xaf\x49\x8d\xf5\x2b\x1f\x54\xf0\x2d\x8a\x2b\xb3\x26\x1d\xcf\x85\x39\x58\xbd\x59\x61\xd9\x1e\xaa\x9d\xfa\x81\x56\x52\x29\xb9\xbd\x38\x5b\x26\x9f\x82\xf6\xdf\x74\x0e\x5f\x0f\x3b\x63\xb7\x98\x5a\x6b\x92\x7c\xdd\x71\x02\x9a\x7e\xa6\x47\xa5\x4c\xc7\x60\xfc\xc5\xea\x63\xb1\xb2\x3a\x2a\xdf\xcc\xae\x9b\x7b\x75\x7f\x14\x33\xbb\x5e\xcf\x4f\x0f\x31\x2f\x6c\x84\x26\x1d\x2b\x07\x9b\xa4\x3d\x33\x79\xee\x3a\x9a\x39\xa5\xf9\x63\xb6\xc6\x0b\xb0\x2b\x22\x40\x8b\xc4\x58\x70\x86\x07\x7f\x6c\xca\xfd\x65\x5d\xa7\x66\x3d\x69\x56\x06\xbd\x73\x38\xa0\x0d\x15\x37\x9b\x6a\xd5\x7e\x6e\xc7\x48\x0f\x18\xe3\x5f\xad\xf9\x74\xdf\x5e\x13\x78\x3c\xd2\xc3\x3e\xec\xf1\xf8\xc2\xb6\xdf\x61\x50\x46\x06\x3f\x06\x57\x8f\x69\x2d\x18\xc2\xf9\xe9\x62\x73\x56\x5f\xb2\x71\xfa\xfa\x10\x5e\x14\xd6\x9c\xe6\x9c\x0c\xee\xfa\x89\xbf\x66\xe3\x12\x4e\x46\xf9\x0b\x74\x2e\x11\xd5\x82\x8f\x7a\xee\x16\xec\x0a\xee\x14\x60\xaf\xdb\x34\xd7\x8d\x42\xd1\x37\xf6\x54\xee\xee\xfa\xb8\x9a\xfe\x96\x17\x05\xac\x10\x2a\x6d\x47\xf6\xc2\x9b\x4f\x86\x37\x58\xc8\x0d\x2a\x4d\x13\x61\x0b\x32\x6e\x87\xdc\x30\xc5\x4a\x34\x68\xef\x1d\x6d\x98\xd6\xcd\x44\x85\xfd\xa8\x29\x94\x68\xd6\x32\x9b\x45\xca\x8f\x85\xfb\xb0\xee\xa7\x07\x0a\x7f\xaf\x87\xfa\x99\x83\xbd\xcc\xcf\x6a\x02\x1e\x5e\x38\xf4\x6c\x97\x0f\x4d\xba\x85\x82\x32\xab\xe8\x1a\x46\xbd\x0a\x82\x8e\xcc\xac\x3f\xbb\x16\xe0\xa6\x9f\xb7\x76\x65\xc9\x26\x88\x64\xa8\xb9\xaa\xe7\x73\xd6\x77\x08\xd0\xb6\xeb\x57\x29\x9a\x8d\x8d\x42\x4d\xa7\xc9\xda\x1d\x14\xfe\x53\xa1\x36\x5d\xe6\xc1\xe5\x73\x58\x3d\xf6\x75\xb7\xfa\x3a\xd6\x79\x0c\xba\x8e\xd6\x98\x38\x60\x7d\x59\x95\x9c\xb6\xa6\x36\xd8\xbe\xc7\xbc\xb9\x59\xc1\xd2\x94\x92\x91\xe6\xe8\x3e\x73\xdb\xe1\xcb\x70\xa7\x6a\xc5\xbf\x1a\x6f\x52\x50\xce\x3d\x87\x93\x5a\xcc\xc9\x9e\xba\xc1\x70\x03\x63\x30\xdb\x77\xca\xd8\x1a\x4d\x8e\x8a\x04\x36\xab\xa8\xce\x99\xa2\x04\x7f\xbf\xcd\xa7\xee\x4a\xc6\x03\xe0\x0d\x1b\x18\xd5\x67\x22\x18\xc3\x92\xc7\x70\x8f\x35\x2c\xd5\xc4\xac\xed\x9b\x7d\x9c\x61\x35\xcc\x4e\xff\xd8\xd4\x0c\x74\xd2\x5b\x29\x6f\xb9\xb8\x76\x47\xff\xcf\x93\x32\xb8\x53\x34\xab\x79\x0e\x49\x5e\x3d\x7e\x0b\x0e\x3f\xff\x1b\xdb\x71\xf8\xb9\xef\x3f\xee\x3f\xa9\x95\x88\x7d\xe6\x33\x16\xe1\x9e\xc6\x8e\xbb\xd9\x95\xf1\xbe\x2b\xfe\x4e\x4f\x87\xdd\x2f\xe7\x05\x3e\xbe\x3b\x6f\x3b\xf3\xbe\x53\xc7\xb4\x46\xa3\x67\x5b\x5c\x69\x6e\xf0\x29\x89\xd4\xb3\x54\x96\x27\xdf\xe7\x2f\xbe\xf9\xf1\xbb\xf4\x59\xfa\xef\xec\x87\x34\xcb\x5e\x7c\xf7\xed\xea\x79\xfa\xc3\x37\xcf\x3a\x2f\xd8\xf7\xdf\xa7\xab\xe7\xe9\x8f\xdf\xbe\xf8\x74\x56\xc8\xed\xa7\xbf\xa4\xca\x4a\xa6\xae\x67\xfa\xe6\x6a\x32\xbc\xa4\x87\x3d\xc9\x5a\x5f\xb7\x09\x78\x49\xb1\x42\xdf\x5c\xfd\xdb\x6d\x59\xf4\xa5\x8c\xce\xd0\xc3\xe0\x0f\xc3\x52\x57\xda\x69\xbb\x68\x7a\xeb\x41\x3d\x73\x58\xdf\xb8\xd6\x5f\x5f\x03\xf6\xf9\x1a\xd7\x2e\x35\x60\xd1\xdd\x67\x23\x61\x8d\xc5\x06\x76\xb2\x6a\x32\x04\xfa\xae\x40\xe0\xad\xa9\x6f\x41\x9f\x2d\x67\x23\x23\x62\xdb\x69\xed\xce\xfa\x23\x9a\xb0\x93\x11\xfc\xf5\x3f\x15\x53\x78\x4e\xc8\xcf\xdd\x64\x0c\xd3\xad\x98\x10\xa8\x1e\xa6\xd3\x32\xe5\xac\xd0\xf3\x3d\x8b\x7b\x62\xb6\xdc\x18\x54\x93\x83\xcc\xa9\x89\xad\x73\x92\x31\x9f\x56\x85\x4c\xaf\xd3\x35\xe3\x63\x3d\x96\xfb\x3d\x9e\x73\xdf\xcd\x84\x9a\x83\x51\x90\x95\xbc\xf7\x1d\x00\x5b\x2c\x10\xc0\xb2\x92\x0b\x90\x94\x4e\x53\x82\x46\xb9\x41\x73\x8b\xdc\x5d\x1a\xa7\xac\xda\x5d\x30\x6f\x64\xb0\x95\x9b\xf7\x92\x0b\x63\x0b\x28\x3e\xe9\x1e\xca\x1e\xc2\xbb\xb9\xee\xce\x71\x78\xe9\xf6\xa4\xee\x16\x52\xea\x4f\xff\x53\x82\x54\x8b\x6c\x7a\x82\xf4\x67\x70\xb2\xdd\x7f\x2e\x20\xfd\x29\x93\xc2\xdb\xe1\x3a\x2a\xe5\x32\xf5\x78\xff\x7f\xae\x91\x7a\x72\xda\x56\xe2\x28\x1f\x62\x05\x3e\xa8\xee\xb9\x67\xda\xaf\xa7\xdb\xdc\xa0\x52\x0a\x85\xf9\x85\xdc\x0b\x16\x36\xc3\x0e\x9e\x74\xee\x9a\x75\x1b\x9f\x96\x66\x72\x09\x8b\x48\xcc\x6c\x8d\xfc\x6a\x6d\xf6\x72\xba\x96\x69\x97\xd1\x37\x82\x7b\x55\x39\x9b\x08\x6f\x38\xa6\x36\xbd\xf5\x89\x72\x74\x32\x69\x1a\xc0\x58\xae\x30\xcb\x68\xbe\x5d\x63\x10\xb8\x30\xb2\xe9\x90\x8e\x68\x65\x7b\x8b\xb0\x80\xc9\x8a\xa9\x49\x6f\xf4\xfa\x24\xe7\x1d\x30\x7a\x7f\xc3\x28\xa4\x6d\x69\x4a\xda\x43\x5f\xcf\x8b\x5a\x4f\x1a\xbe\xc0\x16\xf9\xd2\xde\x3b\x6b\x81\x53\xf9\xaf\x7d\xaa\xc0\xb7\xfc\xd7\x3e\x55\xeb\x30\xbe\xb3\x1f\xd1\x8c\x15\x8c\x9d\xbd\xc3\x67\x7e\x7b\x11\x7b\x1a\x2f\x65\xf8\x80\xc6\xff\x4a\xa0\xfe\xe5\x42\x9b\xf2\x53\x0a\xde\xfb\xd1\x01\x2c\xf6\x24\xd2\x8e\x3a\x1a\xe1\x4d\x33\x47\x6f\x06\x7e\xeb\x40\x61\x41\xb3\x9b\xe6\x37\x04\xb5\x5c\xcf\x1e\x27\xc9\xfb\xce\xee\x0d\x75\xdd\x91\x89\xf5\x6d\x45\x84\x19\xf1\x10\xdf\xbb\xb0\xbf\x17\xb0\xb5\xd9\x70\x8c\x4e\xf7\x80\x42\xb6\x24\x2f\x9f\xb6\x9c\xc7\x60\xe4\x7c\x40\xab\x69\x84\x91\xf7\x63\x37\x0e\xa4\x6c\xc3\x56\xbc\xa0\x35\xd2\xff\x19\xc9\x08\x3a\x6f\xd8\xa6\x7b\x6c\xf2\x62\x38\x6a\xaf\x22\xd7\xba\x1a\xcf\xb0\x87\x34\x1d\xb4\x38\x92\x6d\xd5\xd6\xeb\x24\xd2\xe6\x18\x98\x99\xf7\x81\x9d\x0e\x7b\x47\xbd\xd1\x3c\xc6\x33\xea\x1f\xe5\x44\x8b\xdb\x89\x49\x46\x94\xee\x4c\x93\x13\xe0\xa6\x68\xd8\xd9\x9b\xc2\xd0\xfd\x11\x1c\xfd\x4f\x00\x00\x00\xff\xff\x21\xf7\x5f\xc8\x50\x36\x00\x00" +var _examplenftCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\x5f\x73\x1b\x37\x92\x7f\xd7\xa7\xe8\xf0\x61\x6b\xe8\x93\x29\x3b\x9b\xf8\x76\x59\xa6\x9d\xc4\x8a\x72\xaa\x72\x74\x2e\x99\x49\x1e\x5c\x2a\x07\x9c\xe9\x11\x71\x9a\x01\x18\x00\x23\x8a\xa5\xd3\x77\xbf\x6a\x60\xfe\x00\x33\x18\x8a\xb2\xeb\xae\x6e\xf9\x60\x53\x33\xdd\x8d\xee\x1f\x1a\x8d\x46\x37\x78\xf2\x0c\x8e\x9e\x1d\x3d\x03\x58\xae\xb9\x06\xae\x81\x09\xc0\x3b\x56\x6e\x0a\x04\x4e\xff\x96\x28\x0c\x33\x5c\x0a\x90\x39\x30\x38\x2b\xe4\x16\x2e\xa4\x78\x7e\x56\x89\x6b\xbe\x2a\x10\x96\xf2\x06\x05\x49\xa8\x34\x17\xd7\x60\xd6\x08\xbf\x7f\x0b\xda\x30\x91\x31\x95\xcd\xe8\xcd\xb9\x21\xc9\x42\x1a\xd8\x30\x65\x48\x10\x51\xc9\x3c\xe7\x29\x67\x45\x4b\x0b\xab\xca\x00\x37\xc0\xb4\xae\x4a\xcc\xc0\x48\x58\x21\xf1\x6b\x5e\xf2\x82\x29\x7a\xb0\x96\x5b\x28\x99\xd8\xc1\xc5\xd9\x52\xc3\x56\x56\x45\xd6\xe9\x69\xc5\xa6\x52\x21\xe4\x95\x48\x49\x69\x56\x70\xb3\x9b\x79\x16\xa6\x52\x18\xc5\x52\x03\x99\x44\xa7\x52\xc7\x4d\x62\xb5\xdc\xac\xb9\x36\x3c\x65\x06\x33\x48\x0b\xa6\x35\xcf\xe9\x2f\x2e\xad\x91\x7a\xa7\x0d\x96\x90\x4b\x05\xdc\x68\xab\xc5\x8c\xec\xcb\x30\xe7\x02\x35\x30\x52\x96\xc0\xbb\x38\x5b\xc2\x96\x9b\x35\x94\x5c\xf0\x92\x15\x50\xa2\x61\x19\x33\xcc\x22\x02\x47\xcf\x4e\x8e\x8e\x78\xb9\x91\xca\x10\x9c\x0d\x9a\x16\x4c\xc8\x95\x2c\x61\xd2\x7f\x3c\x69\xe8\x7f\xe7\xb8\xbd\x44\x2d\x8b\x5b\x54\x35\xad\xff\xa8\xa5\xfb\xb5\x1e\x91\x5e\xea\x9a\x30\x78\x36\x39\x3a\x62\x69\x8a\x5a\x27\xac\x28\xa6\x1d\x36\x3f\x3b\x07\xb8\x38\x5b\xce\x87\xca\xdd\x1f\x1d\x01\x00\x9c\x9c\x9c\xc0\x07\x66\xd6\xb0\x5d\xa3\x42\x8b\x7c\xc9\x85\x41\x05\x7a\x6d\x67\x65\x85\xa0\x8d\x54\x98\xb5\xe4\xcb\x35\x76\x73\xbd\x61\x66\xad\x2d\x8e\x6e\xd2\x8a\x02\xed\x8c\x01\x53\x0d\x23\x70\xd1\x7f\xa9\x50\xcb\x4a\xa5\x08\x66\xb7\x41\x2b\xd8\x37\xa0\x40\x03\xbf\x5a\x25\x3e\x1a\xa9\xd8\x35\x92\x82\x73\xf0\xfe\xe8\x74\xff\x03\x21\x5d\x4b\xa9\x9d\xea\x82\x95\x6e\xca\xc8\x98\x63\xeb\x88\x86\xdc\x85\x86\x81\x94\x09\x58\xb3\x5b\xb4\x0e\x62\x29\x85\xdc\xb6\x82\x56\x98\xb2\xaa\x16\x63\xc7\xce\x59\x8a\x9d\x7b\x29\xfc\xab\xe2\x0a\xc9\xaf\xc9\x7d\xad\x18\xd0\x1b\x4c\xc9\xad\x9c\x34\x12\x5b\x4a\x35\xb4\xa7\xb5\x36\x3a\x13\xb3\x8b\xb3\xe5\x71\xe0\x0c\xb3\xd6\x2b\xea\x49\x8a\x01\xc4\xb3\x39\xfc\x76\x2e\xcc\xab\xef\x3a\x1a\xb2\xe3\x8c\xfc\x83\x8c\x38\xe5\x7a\x53\xb0\x5d\xeb\xb0\x70\xcb\x71\x3b\x2a\x8e\x2c\x20\x88\x15\x17\xd7\xa3\x44\x19\xea\x54\xf1\x0d\x4d\xe1\xa3\xb4\x66\x5d\x95\x2b\xc1\x78\xd1\x52\x86\x6a\xd6\x1e\x73\x29\x77\xac\x30\x1c\xf5\x7e\x3d\x35\x16\xb9\x93\xab\x1a\x86\x39\x7c\x0a\x56\xc1\xcc\x89\xda\x5d\x85\x03\xfd\x82\x02\x15\x4f\x21\xe3\x2e\x92\xa8\x9d\x0d\x5c\x8a\xd1\xba\x27\x0d\xac\xbb\x30\x3d\x3e\x62\xa3\xd8\x1c\xee\x9d\x25\x73\xf8\x51\xec\x3e\x1a\x55\xa5\xe6\xc1\xb2\xb5\xbc\x5c\x70\x93\xb4\x7f\xd1\xc7\xc7\xf5\x38\x78\x13\x01\x33\x24\x18\x20\x18\xbe\x7e\x1c\x88\x90\x7e\xaf\x19\x1d\xe9\x14\xee\x03\x36\xc2\x61\xc6\x33\x58\xb8\x6f\x55\xc5\xb3\xe1\x7b\xeb\xff\x0b\x6b\xec\xf0\xa5\x67\x28\x2c\x7c\xb3\x87\xa4\xad\xc9\xb0\xe8\xcc\x1f\x92\xb5\xa6\xc3\xa2\x83\x61\x48\xd6\x7a\xd4\xa2\x35\xbe\x25\x7a\x08\xbd\x24\x55\xc8\x0c\xfe\x5c\x6e\xcc\xee\x5d\x17\xa6\xdc\x53\xb7\x99\xd2\x2b\xe8\xde\x05\xdc\x4c\x64\xa0\xd0\x54\x4a\xe8\x3a\x40\xd8\x78\xc7\x8a\x82\xe2\x28\xfd\xc5\xec\xa6\xb6\xb3\x31\x48\x6e\x85\xdd\x70\x02\x11\x3f\xdc\x0f\xe2\x42\x37\xd8\x43\x74\x95\xe5\x95\x88\xeb\x9d\x4c\xe7\x8f\xc8\xeb\xcd\xb1\xd3\x1d\x5e\x3f\xef\x76\x8c\x59\x5c\xb2\xc8\xcd\x72\xb7\xc1\x39\xd0\xbf\xaf\x7f\xf0\xe8\x2f\xce\x96\x6f\x92\xe9\xd4\x03\x18\xfc\x95\xe1\x2b\x4e\x0b\xdc\x6a\x7f\x8d\xc6\x7a\x2c\x29\xfc\x89\x24\x5e\xc5\x15\xfb\x14\x3c\xa4\x8f\x1d\x3e\xf4\xfa\x3a\xde\xbd\x49\xa6\xc7\x87\x90\xb7\x81\xe7\x50\x86\x9f\x33\x4e\x10\x1c\x4e\x7f\x67\x50\x09\x56\xfc\x76\xf9\xfe\x50\x96\x8b\xb3\x65\x87\xf5\x29\x33\xec\xcb\x18\x9f\x06\xc4\x47\x54\x9c\x15\x87\x52\x2f\x6d\xe0\x7c\x93\x4c\x03\xe2\xab\xd8\xba\xea\xfb\xaa\x72\xbb\x1a\xc9\x49\x3e\x5b\x27\x70\x6e\x34\xf5\x02\xd1\xdb\x7e\xf4\xd9\x72\x93\xae\x9d\xc7\xdc\x0f\xf4\x4b\x99\xc6\xfd\xae\x30\x1f\xf0\x40\xe7\x56\x51\xa6\x24\xca\x01\x6d\x28\x6f\xe3\xdd\x10\xae\xe6\x13\x44\xf6\x7e\x08\x1c\x67\xf3\xe2\x7d\xa8\xd9\x7f\x2c\x97\x1f\xce\x78\x81\xe3\xaa\xd1\xa7\x52\xc5\xbc\x17\x45\x47\xe9\xa7\xd1\x37\xc3\xa7\x63\x00\x7b\x6b\x21\x8e\xb0\x4b\x13\x29\x5f\xa2\xf4\x09\x4a\x76\x07\xa2\x2a\x57\xa8\x68\xf3\xb5\x39\xbf\x8d\x89\x14\x0e\x57\x75\xc6\x99\xb9\xd4\xd6\xf8\xe9\xfd\x98\x6c\xed\x22\x2c\x89\x45\xa7\x0a\xe4\x1c\x8b\x0c\x6e\x59\x51\xd9\x41\x35\xda\x38\x2c\x46\x40\xa0\x7d\xbd\xe6\x3c\x17\xb9\x84\x05\x44\x0d\x4c\xdc\x9c\x4f\xea\x38\x67\x73\x85\xfa\xd5\xe4\xb8\xb6\x68\xde\x6c\x91\xc7\xa4\xcf\x9c\x86\x8c\xc3\xeb\x8d\xf9\x9e\x6b\x33\xd8\xb6\x6b\xc1\x57\xb0\x80\x4f\x9e\x6e\x57\x87\xbb\x70\x33\x2d\xe3\x8e\xe2\x8d\xff\x95\x2e\xd0\x86\x8d\x27\x2c\x31\xc7\x33\xae\x5d\x0d\xe4\x57\x6a\xe6\x47\xf6\x27\x28\xd7\xb2\x3d\xa2\x5f\x3c\xe1\x78\xba\x9a\xe1\xfe\xf0\x04\x45\x3d\xc6\x64\xb2\x36\x66\xa3\xe7\x27\x27\xf5\x61\xff\xb9\xc8\xcd\x4c\x8a\xbc\x90\xdb\x99\x54\xd7\x27\x93\x59\x2a\x45\xca\x4c\x52\x43\x3b\x33\xd2\x25\x7f\xc9\x74\x7a\xb8\xaa\xb1\x7d\x69\xaf\xc2\x5e\x5e\x50\x47\xfd\x77\xf5\x8a\xb6\xd1\xbf\x39\x10\xed\x4d\x25\x8e\x6d\xd4\xf7\x48\x1e\xd7\xe9\x4b\x2d\x3a\x6c\xbb\xf8\x3f\x37\xaa\x55\xeb\x70\xbb\xda\xed\x79\x34\x2c\xe3\x5d\x5a\x54\x59\x13\x73\x97\xdc\x1e\x5c\x33\xc8\xa5\xa4\x78\xa9\xd7\x72\x0b\xd2\xac\x51\x41\xa5\x51\x53\xb4\x76\x22\xc7\x23\x9a\x93\x97\x39\x32\x8a\x5d\x93\x4e\xf4\xe4\x18\x26\xb9\x94\x93\x78\x0c\xb3\xc7\x44\xcb\x46\xca\x0f\x62\x30\x9d\xd8\x96\xd2\xc9\x4d\xe8\x8f\x79\x98\xd6\x1f\xb7\x63\x5f\xb0\x92\x8e\x41\xa1\x2a\xd3\xa3\x31\x08\x3c\xd3\xb9\x06\x06\x95\xe0\x77\x60\x78\x89\xda\xb0\x72\x73\x0c\x5b\x6c\x8a\x1f\x25\x53\x37\x94\xd1\xdb\x0a\x10\x83\xcc\xcd\x08\xe1\x4e\x5b\xd0\xa6\x60\x26\x97\xaa\xd4\x70\x23\xe4\xd6\xd6\xb4\x1a\x08\xb9\x99\x8d\x9a\xdc\x0d\x6f\x15\x1d\xd8\x6d\x9f\x36\x3b\x4f\x80\xa5\xdd\xdd\x7a\x28\x04\x70\x5f\x7d\x73\xec\x2b\x39\x87\xc9\x29\x33\xc4\xa9\x98\xe2\x66\xb7\x67\x73\xea\xe6\x61\xc6\x32\x87\x60\xd2\x53\x74\x1c\x50\x72\x1e\x8b\xa4\x95\xe2\xd0\x22\x67\xa0\x93\x8e\x1b\x79\x14\x8c\x5c\xba\x19\xbe\xb4\x64\x03\x2c\xdc\xe3\x44\xa7\x52\xe1\x1c\x5e\xbe\x98\xbd\xa8\x77\xd9\x97\x2f\xec\xf7\x20\xd5\x9a\xbc\x93\x65\x29\xc5\x64\x7c\xfb\x6d\x46\xdb\x8f\x39\x79\xec\x18\xd8\xd6\x9b\x7b\x20\x0b\x5e\x74\x08\x87\x06\x1d\x0e\x76\xc3\x17\xe7\xd8\x17\x97\x3a\x69\x01\xd5\x43\xec\x24\xe5\xe7\x43\x8e\xa0\x4e\xd8\xa3\xf5\xaa\x2e\x16\x45\xca\x56\xde\x39\xf9\x3e\x38\xca\x86\x95\x16\x4a\x99\x52\x29\x68\x9d\xd8\xba\x32\xf1\x86\x47\x5f\xa2\xb0\xde\x13\x54\x05\xeb\x35\x27\xe0\x4f\x57\xe5\xfa\x13\xce\x4f\x5d\x92\xd7\x3f\x60\x34\xc9\xe2\x14\x6e\x99\x22\x9f\xc3\x8c\x32\x4c\x3a\x03\x3b\xd6\x39\x84\x71\x78\xe4\x8c\x42\xdc\x7a\xac\xe0\x38\xc6\xb0\xa9\x56\x05\x4f\x1d\xfd\x87\xf6\xfb\x51\x50\x11\x82\x24\x5a\x54\x69\x35\x85\xd7\xcf\xe1\x3e\x9c\x2e\x57\xe1\x43\x61\x78\xce\x51\xc1\x02\x26\x29\xcb\x50\xa4\xd8\x59\xd2\xe1\x3f\x19\xca\xf6\xec\x80\x85\x6f\x48\xd2\x49\x9d\x7b\x23\x4c\xbf\x19\xca\xe8\x4c\x83\x85\x67\xdb\xe3\x12\x7a\xb5\x95\x6b\x34\x1f\xab\xcd\x46\x2a\x63\xcd\xa5\x35\xa3\xdb\x72\x09\x83\x82\x6b\xd3\x38\x8a\xb1\xef\xea\x72\x09\x27\xaa\x14\xf9\x2d\x2a\x0b\xfb\xc6\x0c\x8a\x74\x83\x72\xc2\x60\xa0\x64\x3a\x87\x7b\xb7\x4c\x7f\x92\xb2\xe8\x57\x3e\x08\x67\xdd\xf0\x58\x86\x1e\xf9\xa2\x3f\x33\x21\xf5\xa7\x91\x7d\x9e\x92\x78\xa3\x2a\x8c\xad\xc1\x50\xc2\x18\x6a\x97\x35\x40\xdb\x35\xda\xed\x58\x2a\x5b\x87\xa6\x63\xcf\x35\xbf\x45\xe1\x16\x09\xad\x1b\x0b\x0d\x66\xb0\xda\xf5\xca\xec\x81\xbc\x1f\xfd\xfa\x7b\x7b\xf8\x72\xcc\xb6\x74\x6d\xe5\xd5\xfb\xde\x7f\x55\xda\x74\xe1\xa5\x42\x92\x9d\x61\xce\xaa\xc2\xec\x9f\x02\xae\xfb\x33\x90\x98\x36\xd9\x99\x3a\x50\xc3\x29\xe0\xb9\x1b\x79\xb1\x18\xcb\x99\xe2\x35\xa1\x3e\xba\x0f\x80\x85\xc6\x38\x6d\xce\x0a\x1d\x12\x8f\xa1\x4e\x41\x27\x53\x6c\x0b\x0a\x4b\x79\xeb\x4a\x7f\xe4\x98\x79\x53\x55\xf7\x3b\x1c\x22\x03\x47\xd4\xaf\xf9\xf5\x31\x1a\xc4\xce\x3f\x9a\x61\xfe\x7b\x18\x57\xff\x73\x2b\x50\xb9\x8a\x49\xa3\x4d\xd2\x7c\x39\x3f\x6d\x8a\xfe\xf1\x12\x1f\x05\xb7\x88\x87\xdb\xa0\x4b\x51\x26\x8c\x3b\x33\x67\x64\x72\x83\xbb\x39\x74\x43\x0c\x77\xa0\xb7\x6f\x61\xc3\x04\x4f\x93\xc9\x3b\xeb\x1e\xe4\x88\x2d\x52\x35\x42\x36\x5c\x13\x04\x1b\x25\x6f\x79\x86\x99\x8d\xd7\x43\xd8\x26\xbd\x34\xa2\xad\x3d\x5a\x25\xc7\xe6\x25\xc3\x8d\xd4\x04\x33\xbb\xb1\xdd\x39\x1a\x91\xf0\x67\x59\x16\xc0\xdf\x0e\xa3\xbd\x6d\x68\x50\xab\xb5\x5c\x44\x7f\x7e\xda\x70\xf2\x0c\x98\x52\x6c\x37\x5a\xbd\xaa\x35\x48\xac\x9a\xa3\xe0\xf7\x9d\x35\x40\xdf\x7d\x61\xfa\x1b\xe8\x39\x79\x88\x08\x29\x99\x65\xae\x9f\x85\xdb\x9a\xab\x56\xd3\xdb\x5b\xb7\x6b\x9e\xae\x5b\x3f\xb5\x9d\xd8\x22\x03\x29\x70\xa0\x80\x2c\xb2\x65\xdc\x03\x3e\x59\xe1\x33\x9e\x5d\xb5\xfa\x1d\xf5\x9b\x14\x46\xc9\x5d\x2b\x62\x4f\x8c\x3f\x3f\xf5\xa2\xba\x70\x68\x36\x3d\x62\x7a\x67\x63\x0e\x53\x38\x6c\x07\x3e\x1a\xd5\xcf\x4f\x5d\x89\xd8\xb9\xfe\x48\x91\xb8\xe7\xdb\x37\xb8\x1b\x8d\xad\xbf\x60\xdd\xfb\x61\xa5\xac\x84\x69\x6b\x52\x63\xfd\xca\x47\x15\x7c\x8f\xe2\xda\xac\x49\xc7\x73\x61\x0e\x56\x6f\x56\x58\xb6\xc7\x6a\xa7\xed\x40\x2b\xa9\x94\xdc\x5e\x9c\x2d\x93\xcf\x5e\xfb\x6f\x3a\x87\xbf\xc5\x9d\xb1\x5f\x4c\xad\x35\x49\xfe\xd6\x73\x02\x9a\x7e\xa6\x47\xa5\x4c\xc7\x60\xfc\xc9\xea\x63\xb1\xb2\x3a\xaa\xb6\x99\x5d\x37\xf7\xea\xfe\x28\x66\x76\xbd\x9e\x9f\x1e\x62\x9e\xdf\x08\x4d\x7a\x56\x46\x9b\xa4\x03\x33\x79\xee\x3a\x9a\x39\xa5\xf9\x63\xb6\x86\x0b\xb0\x2f\xc2\x43\x8b\xc4\x58\x70\xe2\x83\x3f\x35\xe5\xfe\xba\xae\x53\xb3\x9e\x34\x2b\xbd\xde\x39\x1c\xd0\x86\x0a\x9b\x4d\xb5\x6a\x3f\x76\x63\xa4\x07\x8c\xf1\xaf\xd6\x7c\x7a\xe8\xae\x09\x3c\x1d\xe9\xb8\x0f\xb7\x78\x7c\x65\xdb\xef\x30\x28\x03\x83\x9f\x82\x6b\x8b\x69\x2d\x18\xfc\xf9\xe9\x63\x73\x56\x5f\xb2\x71\xfa\xb6\x21\xbc\x28\xac\x39\xcd\x39\x19\xdc\xf5\x93\xf6\x9a\x8d\x4b\x38\x19\xe5\x2f\xd0\xbb\x44\x54\x0b\x3e\x1a\xb8\x9b\xb7\x2b\xb8\x53\x80\xbd\x6e\xd3\x5c\x37\xf2\x45\xdf\xda\x53\xb9\xbb\xeb\xe3\x6a\xfa\x5b\x5e\x14\xb0\x42\xa8\xb4\x1d\xb9\x15\xde\x7c\x32\xbc\xc5\x42\x6e\x50\x69\x9a\x08\x5b\x90\x71\x3b\xe4\x86\x29\x56\xa2\x41\x7b\xef\x68\xc3\xb4\x6e\x26\xca\xef\x47\x4d\xa1\x44\xb3\x96\xd9\x2c\x50\x7e\x2c\xdc\xfb\x75\x3f\x1d\x29\xfc\xbd\x8d\xf5\x33\xa3\xbd\xcc\x2f\x6a\x02\x1e\x5e\x38\x6c\xd9\xae\x1e\x9b\x74\x0b\x05\x65\x56\xc1\x35\x8c\x7a\x15\x78\x1d\x99\xd9\x70\x76\x2d\xc0\x4d\x3f\x6f\xed\xca\x92\x4d\x10\xc9\x50\x73\x55\xcf\xe7\x6c\xe8\x10\xa0\x6d\xd7\xaf\x52\x34\x1b\x1b\x85\x9a\x4e\x93\xb5\x3b\x28\xfc\xab\x42\x6d\xfa\xcc\xd1\xe5\x73\x58\x3d\xf6\x6d\xbf\xfa\x3a\xd6\x79\xf4\xba\x8e\xd6\x98\x30\x60\x7d\x5d\x95\x9c\xb6\xa6\x2e\xd8\x5e\x62\xde\xdc\xac\x60\x69\x4a\xc9\x48\x73\x74\x9f\xb9\xed\xf0\xb5\xbf\x53\x75\xe2\xdf\x8c\x37\x29\x28\xe7\x9e\xc3\x49\x2d\xe6\x64\x4f\xdd\x20\xde\xc0\x88\x66\xfb\x4e\x19\x5b\xa3\xc9\x51\x91\xc0\x66\x15\xd5\x39\x53\x90\xe0\xef\xb7\xf9\xd4\x5d\xc9\x78\x04\xbc\xb8\x81\x41\x7d\x26\x80\xd1\x2f\x79\xc4\x7b\xac\x7e\xa9\x26\x64\xed\xde\xec\xe3\xf4\xab\x61\x76\xfa\xc7\xa6\x26\xd2\x49\xef\xa4\xbc\xe7\xe2\xc6\x1d\xfd\xbf\x4c\x4a\x74\xa7\x68\x56\xf3\x1c\x92\xbc\x7a\xfa\x16\xec\x7f\xfe\x37\xb6\x63\xff\xf3\x30\x7c\x3c\x7c\x52\x2b\x11\xfa\xcc\x17\x2c\xc2\x3d\x8d\x1d\x77\xb3\x2b\xe3\x43\x57\xfc\x95\x9e\xc6\xdd\x2f\xe7\x05\x3e\xbd\x3b\x6f\x3b\xf3\x6d\xa7\x8e\x69\x8d\x46\xcf\xb6\xb8\xd2\xdc\xe0\x73\x12\xa9\x67\xa9\x2c\x4f\xbe\xcf\x5f\x7d\xfb\xcf\xef\xd2\x17\xe9\xbf\xb3\x7f\xa4\x59\xf6\xea\xbb\xbf\xaf\x5e\xa6\xff\xf8\xf6\x45\xef\x05\xfb\xfe\xfb\x74\xf5\x32\xfd\xe7\xdf\x5f\x7d\x3e\x2b\xe4\xf6\xf3\x1f\x52\x65\x25\x53\x37\x33\x7d\x7b\x3d\x89\x2f\xe9\xb8\x27\x59\xeb\xeb\x36\x01\x2f\x29\x56\xe8\xdb\xeb\x7f\xbb\x2b\x8b\xa1\x94\xd1\x19\x7a\x1c\xfc\x38\x2c\x75\xa5\x9d\xb6\x8b\xa6\xb7\xee\xd5\x33\xe3\xfa\x86\xb5\xfe\xfa\x1a\x70\x9b\xaf\x71\xed\x52\x03\x16\xdc\x7d\x36\x12\xd6\x58\x6c\x60\x27\xab\x26\x43\xa0\xef\x0a\x04\xde\x99\xfa\x16\xf4\xd9\x72\x36\x32\x22\x76\x9d\xd6\xfe\xac\x3f\xa1\x09\x3b\x19\xc1\x5f\xff\x55\x31\x85\xe7\x84\xfc\xdc\x4d\x46\x9c\x6e\xc5\x84\x40\xf5\x38\x9d\x96\x29\x67\x85\x9e\xef\x59\xdc\x13\xb3\xe5\xc6\xa0\x9a\x1c\x64\x4e\x4d\x6c\x9d\x93\x8c\xf9\xbc\x2a\x64\x7a\x93\xae\x19\x1f\xeb\xb1\x3c\xec\xf1\x9c\x87\x7e\x26\xd4\x1c\x8c\xbc\xac\xe4\xb2\xed\x00\xd8\x62\x81\x00\x96\x95\x5c\x80\xa4\x74\x9a\x12\x34\xca\x0d\x9a\x5b\xe4\xee\xd2\x38\x65\xd5\xee\x82\x79\x23\x83\xad\xdc\xbc\x97\x5c\x18\x5b\x40\x69\x93\xee\x58\xf6\xe0\xdf\xcd\x75\x77\x8e\xfd\x4b\xb7\x27\x75\xb7\x90\x52\x7f\xfa\x9f\x12\xa4\x5a\x64\xd3\x13\xa4\x3f\xbd\x93\xed\xfe\x73\x01\xe9\x4f\x99\x14\xde\xc5\xeb\xa8\x94\xcb\xd4\xe3\xfd\xff\xb9\x46\xda\x92\xd3\xb6\x12\x46\x79\x1f\x2b\x68\x83\xea\x9e\x7b\xa6\xc3\x7a\xba\xcd\x0d\x2a\xa5\x50\x98\x9f\xc8\xbd\x60\x61\x33\x6c\xef\x49\xef\xae\x59\xbf\xf1\x69\x69\x26\x57\xb0\x08\xc4\xcc\xd6\xc8\xaf\xd7\x66\x2f\xa7\x6b\x99\xf6\x19\xdb\x46\xf0\xa0\x2a\x67\x13\xe1\x0d\xc7\xd4\xa6\xb7\x6d\xa2\x1c\x9c\x4c\x9a\x06\x30\x96\x2b\xcc\x32\x9a\x6f\xd7\x18\x04\x2e\x8c\x6c\x3a\xa4\x23\x5a\xd9\xde\x22\x2c\x60\xb2\x62\x6a\x32\x18\xbd\x3e\xc9\xb5\x0e\x18\xbc\xbf\x65\x14\xd2\xb6\x34\x25\xdd\xa1\x6f\xe0\x45\x9d\x27\xc5\x2f\xb0\x05\xbe\xb4\xf7\xce\x9a\xe7\x54\xed\xd7\x21\x95\xe7\x5b\xed\xd7\x21\x55\xe7\x30\x6d\x67\x3f\xa0\x19\x2b\x18\x3b\x7b\xe3\x67\x7e\x7b\x11\x7b\x1a\x2e\x65\xf8\x88\xa6\xfd\x95\x40\xfd\xcb\x85\x2e\xe5\xa7\x14\x7c\xf0\xa3\x03\x58\xec\x49\xa4\x1d\x75\x30\xc2\xbb\x66\x8e\xde\x45\x7e\xeb\x40\x61\x41\xb3\xdb\xe6\x37\x04\xb5\xdc\x96\x3d\x4c\x92\xf7\x9d\xdd\x1b\xea\xba\x23\x13\xea\xdb\x89\xf0\x33\xe2\x18\xdf\x07\xbf\xbf\xe7\xb1\x75\xd9\x70\x88\x4e\xff\x80\x42\xb6\x24\xaf\x9f\x77\x9c\xc7\x60\xe4\x3c\xa2\xd5\x34\xc0\xa8\xf5\x63\x37\x0e\xa4\x6c\xc3\x56\xbc\xa0\x35\x32\xfc\x19\xc9\x08\x3a\xef\xd8\xa6\x7f\x6c\x6a\xc5\x70\xd4\xad\x8a\x5c\xeb\x0a\x5f\x47\x0a\x9b\x97\x75\x63\xf1\x78\x5f\x5f\xfb\xe1\x4d\x12\x33\x26\x0a\x4a\x30\xbc\xb5\x4c\xaf\x93\x40\xe1\x63\x60\x66\x3e\xc4\x7e\x1a\x77\xa0\x7a\x2f\x7a\x8a\xf3\xd4\xbf\xdb\x09\xd6\xbf\x13\x93\x8c\x28\xdd\x9b\x49\x27\xc0\xcd\x62\x7c\x3d\x34\xb5\xa3\x87\x23\x38\xfa\x9f\x00\x00\x00\xff\xff\xdb\xe0\xce\x63\x73\x36\x00\x00" func examplenftCdcBytes() ([]byte, error) { return bindataRead( @@ -111,11 +111,11 @@ 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{0xdf, 0xc1, 0xc3, 0x64, 0xb4, 0x8d, 0xe8, 0x71, 0x25, 0x7f, 0x48, 0xea, 0x63, 0xaa, 0xc6, 0x8, 0x58, 0xda, 0xfb, 0x18, 0x15, 0x40, 0xd, 0xff, 0x2c, 0x15, 0xb, 0x21, 0x1b, 0x7, 0x38, 0x78}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xca, 0xe1, 0x92, 0x48, 0x63, 0x6c, 0x7b, 0x24, 0xfd, 0xef, 0xe6, 0x1c, 0x57, 0xc8, 0x40, 0x82, 0x3f, 0xfd, 0x9d, 0x81, 0x5d, 0x24, 0xac, 0x68, 0xcf, 0xcf, 0xe7, 0x65, 0x92, 0x0, 0xa2, 0x60}} return a, nil } -var _metadataviewsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7c\x6d\x73\xdb\xc8\x91\xf0\x77\xff\x8a\x5e\xa5\x6a\x23\x3d\x0f\x45\xca\x9b\xbd\xad\x3b\xd6\x32\x1b\xaf\x6d\x25\xbe\xda\xf5\xb9\x6c\x6d\x72\x55\xae\x2d\x6b\x08\x34\xc9\x89\x00\x0c\x32\x33\x10\xc5\xb8\xfc\xdf\xaf\xba\xe7\x05\x03\x10\x14\x21\xc5\x1b\xeb\x83\x4d\x12\x33\x3d\xdd\x3d\xfd\x3e\x3d\x90\x65\xad\xb4\x85\xcb\xa6\x5a\xcb\x65\x81\x57\xea\x06\x2b\x58\x69\x55\xc2\x49\xe7\xb7\x93\x27\x7e\xe4\x6b\x55\x0d\x0d\xee\xff\x1c\xc7\xff\x55\xe2\xf6\x2d\x1a\x55\xdc\xa2\xf6\x63\xd3\x9f\x4e\x9e\x3c\x99\xcd\x66\x70\xb5\x91\x06\x32\x55\x59\x2d\x32\x0b\xb2\xac\x0b\x2c\xb1\xb2\x06\xec\x06\xa1\x44\x2b\x72\x61\x05\x18\x2b\xaa\x5c\xe8\x1c\x6a\xad\x6a\x65\x30\xe7\xb9\xb2\x82\xcb\x9f\x5e\xbd\x39\xbf\xf8\xee\x0f\xdf\x4d\xe9\x17\xfe\xf5\x2d\xae\xe6\xb0\xb1\xb6\x36\xf3\xd9\x6c\x2d\xed\xa6\x59\x4e\x33\x55\xce\x54\xb5\x2a\xd4\x76\xb6\x2a\x64\x6d\x66\xcb\x42\x2d\x67\xa5\x90\xd5\x4c\xd4\x75\x21\x33\x61\xa5\xaa\x66\xdf\x5c\x7c\xf3\xf4\xe2\xbf\x9e\x7e\x77\x5e\xad\xec\x79\x58\x7c\x5a\xe6\x11\xf6\x3b\xab\x9b\xcc\x1a\x10\x55\x0e\x1a\x8d\x6a\x74\x86\x06\x32\x51\xb5\x98\x83\xaa\x10\x94\x86\x52\x69\xe4\x39\x91\x08\xbb\xab\xd1\x4c\x20\x13\x45\x81\x39\xdc\x4a\xdc\x9a\x29\xbc\x14\xd9\x86\x3f\xf3\x63\xd0\x58\x6b\x34\xc4\x00\x9e\x2b\x20\x97\xab\x15\x6a\x82\x7b\x23\xab\x1c\xd4\x2a\xc2\x9b\x80\x69\xb2\x0d\x08\x03\x02\x32\x8d\xc2\x2a\x0d\x4b\xa9\xd6\x5a\xd4\x9b\x1d\xcf\x56\x1a\x04\xfc\xf7\x9b\x97\x7f\x06\x59\x8a\x35\xc2\x4a\x16\xe8\xf8\x24\xb2\x0c\x8d\x39\x15\x45\x71\xd6\x32\xff\x67\x0f\x98\x76\xc9\xc0\xc7\x27\x4f\x00\x00\x08\xce\x0b\x69\xea\x42\xec\x40\xd2\x52\x4b\x61\x64\xe6\x31\xde\x08\x0b\xb2\xca\x8a\x26\x47\xb7\x61\x95\x28\x71\x02\x39\x9a\x4c\xcb\x9a\x58\x4a\x9c\x8a\x70\xec\xa6\x29\x97\x95\x90\x05\xac\x08\xb5\x0a\xd4\xf2\xef\x98\xd9\x29\xfc\xac\x8c\xf5\x5f\x0c\x98\x8d\x6a\x8a\x3c\x61\xa8\x25\x11\xa1\x05\xa7\x01\x12\xff\x9f\xd2\x60\x78\x5f\x22\xa2\x1e\xf7\xb0\xee\x95\xc7\x8c\xb8\x47\x58\xfa\x65\xd3\x31\xbd\xf1\xd2\xc0\x4a\x62\x91\xc3\x56\x16\x05\x2c\x11\x72\x07\x19\x73\x12\xba\x42\x1a\x2f\x03\x76\x83\x1a\x57\x4a\xa3\xc7\xba\x03\x66\xc9\xbf\x6a\x4b\x94\x66\xaa\xca\xa4\xc1\xe1\x35\x53\x4a\x0a\xb4\x8c\xeb\x9c\x64\x4d\x56\xeb\x2e\x25\xcf\x60\xab\xa5\xb5\x58\x75\x78\xfc\x99\xc8\x12\x90\xa3\x15\x32\x08\x67\x17\xec\xa4\x03\xca\x28\x16\xfa\x25\xb2\x98\xc3\x2d\xea\xa5\x32\x08\xa7\x38\x5d\x4f\x41\x40\x2d\xb4\x60\x39\x04\x59\x19\x8b\x82\xe5\x56\x80\x91\xd5\xba\x40\x28\x64\x85\x67\xe3\x38\x91\x50\x79\x88\x21\xa6\x14\x45\x91\x88\x56\xd4\x20\xf1\x48\xde\x78\xf9\x5b\x22\x08\xd8\xe2\xf2\x7c\xa5\x25\x56\x79\xb1\x63\xf5\x81\x53\x39\x45\xd6\xa9\x09\xbc\x79\xfd\xe7\xb3\x0e\x10\xd6\x07\xcf\x97\x7d\x81\x99\x10\xe1\x37\x50\x6b\x64\xd5\x9f\x00\xda\x6c\x1c\x17\x22\x71\x73\xf8\x78\x29\x0b\xfc\xd4\xf2\x80\x37\x4a\x56\xd2\x9e\xc6\x9f\xe8\x2f\x95\xa0\x49\xe7\xc9\x00\x47\xbb\x03\xf6\x17\x0b\x4f\xce\xe0\x63\x67\xa4\xc1\x62\x35\x65\xbd\x5a\xf0\x82\xfb\x0f\x53\x21\x5d\xa4\x4b\xef\x0f\x6d\x37\x70\xd1\xa2\x10\x87\x39\x24\x3e\xb5\x26\xe9\x2f\x58\xd4\xa8\xc1\x2a\x58\x63\xab\xf7\x2c\xc4\x6c\x66\xc5\x0a\x61\x2b\x76\x1d\x83\x41\xf3\xfe\x44\xa2\x59\x32\xdb\x82\x23\x9a\xc3\x33\xd0\xc8\x46\x36\x43\x82\x48\xf2\xa2\x83\xe3\x0a\x56\xbe\x85\xa0\xd1\x36\xba\x82\x67\x15\x28\xa6\x45\x14\x71\x7d\x67\x86\x0e\x5a\xa9\x55\x53\x11\xba\x7e\xf4\xe9\x87\x1e\x1a\x5f\x7f\x4c\xfd\xe3\x34\x7c\xf8\x74\x06\xf3\xb0\xc2\x0f\xc9\x16\xc8\x15\x0b\x07\x4b\xc0\xa2\x03\x6a\xea\xb1\x27\x70\xa7\x57\xbb\x1a\xbf\xf7\xd3\xff\x78\x7a\xd6\xdf\xc4\x00\xc5\x83\x00\x61\x7e\x48\xcc\x28\xf4\xfe\x3c\xed\xb7\x9d\x07\x9f\x9e\xec\x7f\xf2\x03\x2b\xbf\x87\xc9\xce\xfd\x19\x2b\xd4\x32\x03\x59\x59\xd4\x2b\x41\x2c\x27\xb5\x69\x1d\x1f\x08\xa7\x69\xc6\x2a\x8d\x39\x90\x0e\x6b\x50\xab\x15\x64\x1b\x21\xab\x29\x90\x50\x9a\x08\xce\xab\x5b\x63\x30\xa7\xbd\x8b\x1b\x69\x9c\xcf\x33\x13\xb8\x95\x39\x2a\x67\xae\x15\xd9\x6b\x28\x31\x97\xe2\xa8\x2f\x69\xf1\xa3\x05\x13\x5e\xa4\x63\x99\x65\xb4\xad\x8d\x96\xa7\x67\xd1\x44\xf5\x48\xfe\x2b\x3b\x4b\x05\x78\x47\xb1\x4b\xa0\xcf\x79\x4f\xe3\xe1\x51\xfc\x04\x82\x7d\xc5\x5f\xae\xae\xde\xc0\xa9\xd2\xfc\xe1\xdd\x19\xfc\xf2\xf6\xa7\xa3\xd8\xd2\x50\xc2\x73\x7e\x1f\xb6\xb4\xd1\x8d\x2e\xf6\x2d\x69\x6b\x45\x92\xc7\x83\xea\xde\x68\x52\xd0\x46\xa7\xaa\xf9\x00\xce\xf4\x40\x7a\x29\x09\x90\x0f\xab\xfb\x30\x07\x5b\x09\x79\xf5\xe6\xf2\x5d\xe4\x11\x7f\xf3\xdb\x0f\x42\x63\x2b\x14\x39\x2c\x77\xa4\xde\x52\x73\xd4\x43\xc1\x85\xcc\xb1\xb2\x72\x25\x51\xc3\xe9\xf3\x57\x2f\xce\x22\x10\x2d\x58\x58\xec\x46\xb0\x67\x94\x1a\x33\x0b\xbf\xbc\x7d\x35\x85\x67\x90\x15\x92\xe6\x26\xa1\x23\xcb\x61\x63\xd0\x05\x2b\xcf\x5f\xbd\x68\x83\x1e\x05\x2b\x8a\xdc\x48\xfe\x0a\x25\x38\x66\xf0\xf1\xd8\xad\x14\xb4\xdf\x8c\xee\x5a\x58\xdc\x8a\xdd\xd1\x8d\xa6\xc1\x9d\x8d\xee\x78\xa0\xe7\xaf\x5e\x90\x48\xd1\x12\x03\x04\x52\xd4\xc5\xf8\xf1\x8a\x2e\x1a\x4c\x66\x77\x20\x75\xa2\xe8\x5c\x65\x66\x2a\xeb\x95\x99\x4a\x35\xa3\x50\x06\x6b\x6b\x66\x7e\x85\x73\x91\xe7\x9a\x24\xb8\x5a\xcf\x46\xb9\xb3\x4c\xe6\xc3\xce\xfc\x8d\xb0\x1b\xd6\x88\xc4\xb4\xd6\xf4\x9b\x37\xca\xbc\xe9\xc1\x20\xb3\xb1\xf7\xcc\x73\xbb\xa3\xf4\x6e\x94\x83\x97\x06\x54\x55\xec\xa0\x42\xcc\xc9\x3f\xaf\x5a\xe0\xd2\x50\xc4\x22\x73\x8c\x5b\x7e\x2f\xd0\x11\x4c\x22\xb0\xe7\x66\x67\x2c\x96\x66\x1c\x7b\x88\xe2\xc0\x9f\x1f\x86\x74\x34\xe1\xdf\xa4\x3b\x7a\x50\x65\x33\x99\xc3\x82\x98\xbe\xff\x88\x99\xbb\x60\x18\x43\xfa\xdc\xf2\xad\xa9\x32\x96\x72\xa7\xb0\x4e\xc0\x98\xf3\x95\xb0\xf2\x16\xc9\x44\xb5\xd2\xb5\x27\x58\xf7\xf0\x69\xa3\xb6\xe7\x56\xcd\xbc\x08\x9d\xd3\xcf\xe7\xaa\x3a\xdf\xe2\x72\xf6\x3b\x07\xfb\xbc\xd1\x85\x39\xb8\x03\xc1\x1b\x53\x88\x6f\x9c\x89\x21\xb1\x14\xb2\xa2\x8f\x71\x5f\x1b\x2d\x8f\xf2\x7e\x94\xc5\xf2\xee\xd2\x33\xae\x65\xe2\x41\x57\x79\x42\x24\xcd\x67\xb3\x93\x29\x89\x84\xb0\xa7\x61\x4f\xce\xc2\x0f\x27\xb3\x93\xf8\x99\x60\x9d\xf5\x9c\xeb\x90\xc5\x3c\x0c\xf5\xb8\x0d\x8d\x9e\x36\x98\xd1\xad\xb4\x1b\x97\xa3\x68\x8d\xa6\x56\x32\x27\xba\xd9\x4b\x52\xf0\x70\xd4\x24\xfd\x4c\x23\xfb\x96\x88\xad\x93\x13\x09\x74\xb0\x46\x09\xff\x8a\x4d\x5b\x3f\xca\x75\x69\x74\x2e\xc5\x39\x27\xc9\x99\x2a\x91\x74\xd8\xed\xaf\xd2\x25\x47\xf9\xbb\x1a\x67\xa6\x59\xf2\x08\x61\x7c\xb4\xb9\xc4\x1c\x28\x47\x83\x0e\xac\x28\x8a\x78\x8b\x85\xaa\x51\x4f\x4b\xf5\x4f\x59\x14\x62\xaa\xf4\x7a\x86\xd5\xf9\x2f\xef\x58\x4c\x67\x7f\xc3\xe5\x8c\x5c\xeb\xec\x47\xca\x7a\xcd\x07\xb5\xfa\xc0\x5f\x7f\x7e\xf5\xf3\xcb\x0f\x1c\x68\x8e\xa2\x2a\xf2\xf2\x3e\xd7\x9b\x92\x3e\xd9\x9f\xd2\xd5\x6d\xde\x6f\x9a\xb1\xa0\x7f\xfa\x0f\xe2\xe4\x45\xfc\x74\x58\x2e\xfe\xa6\x45\x4d\xb1\xb4\x93\x7f\xa5\xa1\x6c\x0a\x2b\xeb\xc2\x6f\x9b\x2b\x54\x8c\x92\x01\xd3\x17\x82\x67\x15\x08\xbd\x94\x56\x0b\xbd\x3b\x37\xf2\x9f\x98\x73\x2a\xe4\xd3\xff\x1d\x54\x4d\xb9\x44\x0a\xee\xbc\x0c\x49\xb2\x92\x07\xb9\xc8\x4f\xe7\xf0\x9e\xc7\xfe\x3a\xc4\xc2\x0f\xbd\x31\x83\xf6\x90\x87\xc0\xa2\xb7\xd8\x91\x0c\xc3\xd3\xf7\x6f\x4d\x30\x5a\x27\xe8\x57\x1f\x97\x5e\xb8\xc1\x0f\xca\x2e\xdc\x94\xc7\x26\x17\x6e\xf6\xc8\xdc\x22\x0a\x0a\xf4\xfe\x3e\x43\x6a\x31\x64\xe1\x0a\x99\x61\x45\x21\x63\x96\x29\xcd\x86\xcd\xaa\xa8\xff\xa6\xce\xef\x58\xe5\xfd\x28\xd3\xee\xe3\x55\x28\x3a\x75\x32\x0c\x1f\x2b\x84\xd8\x4a\xad\xc8\x6e\xbe\xbe\xbc\xa2\xc0\xc1\xc3\xc8\x8f\xda\xcb\x9f\x3c\x4a\x87\x83\x74\xc2\xeb\x55\x8c\xdb\xee\x33\x1a\x1f\x92\xf8\xee\xde\xc0\xbd\x0b\x92\xc4\x3f\x7e\x19\xab\x03\x01\xef\x2f\xa4\x04\x61\xf9\x71\x5a\xe0\x47\x3f\x48\x0d\xfc\x9c\xc7\xea\x81\x9f\x3e\x52\x11\xf6\xa5\xe0\x37\xd0\x84\x98\x2f\x51\x80\xc6\x4c\xa7\x08\xd7\x62\x09\x5c\x9a\x05\xbc\xb3\xa8\x89\xb9\x46\xda\xd6\xd1\xfb\xa2\x7c\x22\xf7\xcb\x5d\x9a\xec\x90\xac\xdf\x20\x4c\x63\x5e\xf3\x63\xa1\x32\x82\xae\x42\x9e\xd4\x18\xd4\x06\xd2\x1c\x88\x8b\x70\x5a\xae\x25\xad\xc6\x85\x30\x5f\x03\x26\xed\xe1\x42\x75\xad\xd5\xdf\x69\x6e\x4d\xa9\x11\x27\xc7\xc1\x85\xbb\x78\x93\x06\x66\xaa\x28\x90\x43\xd1\x16\x59\x5c\x47\x7d\xde\x6e\xb7\xd3\x72\xc7\xd5\x7b\x0f\xcd\x55\xfe\x6f\x51\x13\xdf\xcf\xd5\x8a\x9f\xb5\x50\x8e\xa9\xea\x4b\xcf\x1f\x62\xdf\xa3\x73\xea\x0f\x30\x22\xab\x5e\xdc\x9b\xff\x76\x15\x31\xc5\xea\x0b\x29\x63\x8a\xc2\x38\x85\x4c\x66\x3c\x48\x29\x93\x79\x8f\x55\xcc\x04\xc4\x48\xe5\x1c\xde\xf7\xcf\xae\xa0\x4e\xc8\x57\xb2\xc2\x90\xb3\x97\xb5\x32\x62\x49\x69\xae\xda\x89\xc2\xee\xda\x93\x2f\x1e\xbc\x96\xb7\x68\xa0\x14\xfa\x06\x6d\x5d\x88\x0c\x0d\x88\x56\xcd\x9a\x8a\xec\x79\x9e\x96\xd6\x14\x98\xa6\x76\xc7\x77\x97\x57\x1e\xa8\x44\x73\xd4\x47\xbd\xf5\xcb\xf7\x02\xba\x50\xbc\xeb\x1e\x04\xbe\xc5\x0c\xe5\x6d\x2c\x30\x20\x2c\xb1\xc2\x95\xcc\xa4\xd0\xbb\x50\x80\xf7\xf4\x74\xab\x15\x82\x25\x23\xb8\xd4\x4c\xa3\x45\x77\x0c\x16\x26\x05\xc0\x9c\xa2\x84\x6f\xd3\x35\x5a\xda\xd7\xd3\xb3\x5e\x92\x99\xa9\xb2\xc4\x2a\x77\x05\x99\x73\xf8\x85\x8d\x90\x2f\xe7\xf3\x09\x19\x59\xc2\x0a\xb7\x89\xfd\x81\xcb\x42\x6d\x1d\x15\x1d\x60\xba\x4b\x92\x34\xd0\x18\x0a\x1e\xae\xd7\x68\x3d\x6f\x02\xd5\x6f\x9a\x65\x21\xb3\x37\xc2\x6e\x4e\xcf\xae\x27\x6c\x0f\x2b\x65\xbb\xe0\x5c\x65\x08\x69\xb3\x45\x53\xd8\x64\xd5\x48\x94\x33\xba\x7c\x30\x23\x8a\x42\x6d\xbd\x0d\xb5\x0a\x9a\x3a\x27\xd4\x3b\x00\x99\x65\xa2\x16\x4b\x59\x48\xcb\x85\x6f\xce\x85\x1a\xdb\x68\xde\xf5\x86\xad\x3e\x1f\xce\xac\xfd\x9e\xb5\xc3\x0f\x1a\xb2\x80\xcc\x1c\x9e\xc7\xc1\xdf\x7f\xfd\xb1\xb3\xdb\xd3\x40\xf7\xa7\x3f\x76\x65\xe3\x67\x97\x36\x50\x74\x11\xaa\xb1\x99\x28\xb2\xa6\x20\xe4\x09\x3b\x51\xaa\xc6\x05\x4d\x46\x14\x08\xb7\xa2\x68\x10\xac\x16\x95\x59\xa1\xd6\x6e\x46\x77\x13\xbc\x10\xb6\x3c\x7a\xad\x2c\xc2\x39\xbc\xb2\xc9\x29\xcd\x12\xed\x16\xb1\x82\x8b\xe9\x05\x33\xff\xe9\xf4\xa2\x0b\xe6\xe5\x1d\x4d\x71\x12\x95\xac\x2c\x0d\xdc\xf1\x84\xb2\x45\x5c\x1a\xb8\x98\xfe\xc7\x77\x34\xb4\x4a\xc5\xb6\x0b\xd0\xcd\xdf\x06\x04\x78\xc6\xff\x83\xbb\xe9\xbe\xaa\x88\xa2\xd8\x41\x8d\x3a\xc3\xca\x92\x5b\x5b\x63\x52\xe9\x76\x67\x43\x16\x75\x69\x88\x29\x4b\x61\xa4\x81\x5a\xc9\xca\x76\xb2\x4a\x1a\x64\x54\x21\x73\xda\xe8\xa5\x20\xd6\x9a\x52\x68\x1b\x0f\x6e\x0d\x6c\x37\x94\x6d\x67\x22\x67\x7b\xae\x56\x2b\x92\x9c\xeb\x5f\x2e\xe5\xdd\x77\xdf\x5e\xf7\x05\x47\x58\x10\x85\x46\x91\xef\x82\x6d\x70\xc6\x27\x5d\x9f\xe5\x27\x13\x86\xb8\x9b\x09\xfa\x22\xad\xe9\x02\xa2\xb4\xd9\x47\x03\x42\x23\x50\x30\xa9\xb1\xd8\x41\x8e\x44\x91\xac\xa4\xb1\xbe\xca\xbf\xa6\x14\x2f\x19\x5d\xe5\xd1\x28\x75\x95\xa4\x26\x09\xf8\xcf\x80\x82\x5a\x41\xad\x31\x93\x26\x7a\xfb\x21\x91\xcd\x1a\x3b\x07\x47\x69\x57\x1c\xff\x27\xb8\xaa\xce\x89\x57\x1a\xd9\x38\x1d\x22\xe2\x68\x29\xb1\x0b\x15\x23\xbf\xe7\x93\x3d\x85\xd3\x58\x38\x1a\x36\xb2\x8e\x62\x47\x0f\xae\xb7\xa2\x28\xd0\x5e\x87\x33\x61\x32\xb6\x13\x70\x49\xae\xdd\x10\x5c\x2c\x0c\xee\xef\x03\x07\x45\xdb\x0a\x35\x94\x72\xbd\xb1\xb0\x15\x95\x65\x9b\x5d\x63\x26\x57\xbb\xc3\x54\xdf\x7b\x2e\xda\x46\x1e\x0f\xd4\xe7\x49\xca\xcd\xc9\xd0\x22\x7d\xdf\x59\xeb\xa1\x00\x36\x6b\x2c\xfc\x71\xc1\x0a\xf9\xf5\xd7\xfc\xed\xfb\x05\xab\xe5\x1c\x4e\x9e\x37\xd6\xeb\x4f\xab\xc1\xb2\xa2\x9f\x64\x0e\x5a\x54\x6b\x04\x39\x45\x78\x7f\x31\x79\xfa\xeb\xc9\x01\x07\x0b\x21\x6e\x8a\x56\x7a\x11\x6d\xc4\x40\xfd\xb3\xb1\xb0\x20\x2c\xf6\x1f\x1d\x3f\x9f\x7c\x40\xb5\x24\xb8\x4c\xd7\xd8\x11\x27\xfc\x9c\x3a\x6b\x92\xbc\x7f\x34\xa8\x77\xce\xa7\x5c\xbf\x0d\x0e\xf9\x3a\x38\x5e\x6e\x94\x79\x7d\x79\x95\x44\xcf\x24\x54\xac\x62\x77\x35\x66\xd6\xd9\xc9\x5a\xec\x5a\x6f\xee\xad\x82\x2b\x88\x51\x86\xc4\xe2\x13\x82\xf5\x91\xbe\x9e\xe0\xf4\xcb\x37\x5a\x8b\x9d\x97\x54\x2d\xb2\x1b\x67\x27\x64\x95\xcb\x5b\x99\x37\xa2\x68\x31\xe8\x0b\x2a\x71\x37\xea\xe7\xab\x6a\xa5\xcc\x1c\xde\x7b\x06\xfd\x7a\xcf\x81\x91\x8f\x97\x07\x26\xf5\x25\x8f\x62\x28\x92\x19\xe7\x5c\x84\x05\xd3\x70\x19\x50\x14\x05\x4b\x5c\x6b\xd4\x63\x08\x40\x5e\x79\x89\xb0\xe6\x48\xc0\x9f\xec\x3c\x9d\x5e\x74\xc0\xde\x0a\x8a\xb2\xad\x28\x9e\xb3\xd4\x5c\xf4\x1e\xd3\x86\x07\x97\x20\xab\x88\xe7\x80\x0e\x24\x40\xe2\xc7\xff\x1f\xe6\x4e\xfb\xd2\xd8\x95\x6d\x61\x0c\x6a\x7b\x1a\xe7\x39\xed\x99\x40\x89\xc6\x88\x35\xce\xe1\xe4\x9d\x23\x36\xae\x3f\x9e\xda\x93\xb3\x3e\x1b\x9f\x19\x23\xd7\xce\x8e\x05\x78\x83\x4a\xe4\x56\x5a\xec\x0f\xea\x15\x6a\xdf\xba\xa0\x37\x85\xc7\x55\xbf\xc1\x4a\x69\xef\x44\x5d\xb0\xc4\x25\x15\x7c\xd7\xdb\x81\x89\xac\x3b\xa1\x3d\x5e\x77\x8d\xe5\xfc\x18\xb1\x49\x34\xa7\x67\x89\x48\xdd\x73\x18\x39\x40\x23\xdc\x97\x91\xb5\x2a\xf4\x85\xf2\xb1\xb7\x3d\xfe\x1c\xcb\xc6\x5a\x8e\x3c\x24\x17\x8b\xb3\x1e\x9b\x89\x45\x00\x23\xf3\xb0\xd4\x34\xf5\x35\xec\xb3\xf4\x22\x38\x1f\xec\x0e\x19\xd9\x8a\x44\xa7\xc4\x31\x2c\xeb\x3b\x7b\x16\x12\xc6\xae\xb9\x8b\x85\x12\x6e\x8b\x6b\x41\x70\x08\x8f\xb7\x58\xd9\x86\xc3\xbf\x14\x96\x88\xd1\xb8\xd9\x4a\x9b\x6d\x96\x8a\x52\xbb\xe0\xbb\x26\x11\xee\xc6\x09\x42\xe8\x5b\x5b\x36\x1e\x2c\x9f\x5b\x76\x90\x8b\x0c\xa2\x6f\x95\xea\xf5\xc8\xf5\x8f\xc8\xda\x5c\x25\xe6\x6a\x01\x21\x4a\x0f\x53\x1f\x3a\x24\x3c\xfb\x3a\x35\x98\x05\xcd\xd3\x75\x3e\xf6\xf7\x61\x56\xf3\xc3\x99\xcf\x25\x2f\xaf\xde\xa6\xcb\x1e\x29\xe7\xfa\x16\x32\x77\x90\x9b\x34\x43\xfa\x7a\xd6\xeb\xcb\xab\xe9\xde\xe6\x84\x6c\x84\x53\x4d\x2d\xa4\x8b\x2d\x13\x37\x76\x83\xbb\x99\x8b\x49\x6a\x21\xb5\x01\x51\xa8\x6a\xed\x72\x4e\xa3\xca\x56\xef\xb8\xec\x7b\x47\xdb\xca\x47\x19\xbc\xae\x58\xaa\xc6\x09\x11\x83\x3e\xe6\x6b\xaf\x68\x50\xc2\x93\x81\xee\x44\x86\x33\x85\x9f\xe4\x0d\xc2\x8f\x22\xbb\x59\x6b\xd5\x54\xf9\x04\x5e\xee\xd0\x4c\xe0\x2f\x42\xea\x5e\xeb\xd8\xd8\xf6\x41\x5e\xa9\xa9\x72\xd4\x05\xc7\xba\x8e\xe4\x74\xd5\x49\x30\x3c\x36\xfc\xcc\x8c\x36\xae\x7d\x8f\x87\x40\xad\xd5\xad\xcc\x31\x30\x23\x58\x2b\x06\x76\x18\x27\x7e\x3c\x87\x67\xd5\xce\xb5\xd0\x76\xf0\xf2\xbd\x72\x64\x21\xd2\xfd\x32\x1b\xb5\xe5\x0d\x88\x6b\x39\x66\x6f\x5d\xe8\x2c\x8d\x63\x1b\x85\x47\x8e\x94\x28\x28\x29\x70\x92\x73\x59\x19\x2b\xaa\x0c\x27\xb0\x53\x0d\x64\xac\xe2\x26\x60\x45\x4b\x09\x68\x2a\x79\x07\x56\x96\x68\xac\x28\x6b\x97\xc6\xfb\x30\xbc\x83\x9f\x30\x70\xf2\x42\x58\x3c\x61\xc2\xb1\x28\xd2\xb5\xea\x42\xd8\x95\xa2\x7c\x8e\x92\x5f\x55\x99\xa6\xf4\x1d\x21\x8e\x77\xdc\xab\xcb\x21\x4b\xa8\x12\x08\x7f\x06\x76\x38\xd2\x6f\xd7\x1e\x68\x0a\x20\x77\x2b\x34\x25\x86\x14\x59\x8a\xc2\xa8\x68\x1d\x5c\x25\xb6\xd8\x79\xcd\x10\xd6\x6a\xb9\x6c\x6c\xe7\x64\xbe\x2b\x1c\x4e\x5b\xa2\x4b\x09\x99\x1f\xa3\x59\x14\x2d\x04\xc3\x9d\x13\x9e\x44\xff\x5b\x10\x83\xd7\x97\x57\xbf\x37\xa0\x19\xa7\xc3\xd2\xe0\x9e\xcf\x3d\xee\x83\x4d\x0e\x9d\x0e\xc6\x3d\xf1\x99\x0c\xf2\x65\xd2\x07\xfc\xf0\x8e\x45\x27\x11\x0b\xb7\xe0\x40\xc2\x90\x48\xc2\x22\xc5\x61\x20\x37\x71\xfb\xb2\xf0\x38\x8d\xcc\x28\xd8\xdc\xb1\x99\x0c\x91\x4f\xb0\x58\xc7\xed\x9b\x9f\xe8\x27\xf0\x69\xe5\x08\x13\x17\xc1\xa5\x9a\x36\x60\xe2\x50\x64\x1b\x6f\x9b\xee\x35\x6e\xe6\x9e\x42\xb9\x43\x6d\x0e\xef\x79\xe4\x81\x23\xdc\xde\xa0\xc1\x3d\xf4\x34\x2e\xfc\xe0\x01\xa7\x4f\x7f\xdd\x64\x26\xcf\x4d\xeb\x40\x9c\x1d\xf6\x42\xeb\xf1\x26\x24\x3a\x53\xba\x51\xaa\x0b\xdb\x78\xec\x9c\x4d\xa9\xd3\x69\x4f\xbb\x65\xcd\x13\x79\x8e\xf9\xd1\xd0\x94\x3c\xa8\xc8\x73\x06\x45\x04\xcf\x1d\xd4\x7b\x28\x9d\x92\x88\x54\xf9\xa9\xbd\xa7\xbf\xa3\x1b\x91\x26\x34\x7d\xa9\x98\xd4\xa3\x30\x2e\x20\x75\x83\x1f\x14\x8d\xba\x29\x8f\x0d\x45\xdd\xec\x91\x71\xe8\x9e\x64\x87\xbf\xcf\x10\x84\xfa\x7d\x8b\x3d\x56\x56\x01\x0a\x23\x0b\xce\x83\x6e\x51\x5b\xee\x45\xe3\x67\x42\xef\x78\x27\x9c\x4c\xc0\xa5\xd2\x5c\xd6\x4f\x02\x94\x70\xb0\x65\xfc\xe1\x82\x62\xf3\xcd\xf6\x1a\x25\x37\x34\x86\x86\xf8\xb0\x4b\x6c\x15\xbc\x87\xbf\x72\x41\x40\x84\xc7\xae\xab\x44\xbb\x51\xb1\x2d\xde\x34\xab\x95\x74\x02\xb1\x96\xb7\x1c\xa3\x96\xec\x5f\x38\x73\x53\x2b\x5f\xc9\xf1\x28\x1e\x12\x34\xa2\xc7\x29\x51\x97\xb2\x25\x06\xa2\x9d\x49\xbb\x6a\xd5\x3b\x99\x8d\x77\x7c\xe5\x24\x7f\x2d\x4a\x34\xf3\x4e\x27\xb6\x6f\xda\x72\xd8\x78\xff\x1d\xea\x7a\xd7\xb4\xd6\x75\x04\x16\xfe\x6e\x70\xe7\xb9\x25\xb4\xf3\x76\x5b\x51\xf9\xf5\x97\x98\x91\x55\xbc\x76\x78\x5c\x0f\xc6\xd4\x1c\x40\x0b\x9a\xd0\xb7\x23\x87\xc4\x9d\xf0\xb8\x52\x5e\xe2\x1d\x2b\x3e\x3a\xc4\x13\x17\xf7\x69\xd2\xa7\xf3\xbd\x1b\xf3\xeb\x0f\x67\xf3\x7d\x81\x9c\xcd\xe0\x79\xdc\x7d\x57\x54\x34\xbe\xaa\x18\x48\x8a\x2e\xc5\x07\x75\xee\xd0\x40\xea\x36\x88\xf6\x77\x79\xf2\x69\x2f\x6a\xdc\xf5\xea\x93\x1b\x51\xe5\x05\x3a\x8f\xc1\x4c\xa6\x44\x87\x0b\x9e\xb6\x1d\xfc\xf7\xc6\x24\x6b\xb3\x9c\x04\xf8\xdc\xe8\x5c\x14\xd3\x54\x71\x3b\xc4\xc2\x57\x0b\x52\x95\x9e\xc2\x51\x28\x77\x43\x68\x77\xc6\x7e\x35\xa0\x96\xc4\xd4\xa9\xc6\x52\xdd\xe2\xe9\x0d\xee\xe6\x70\xd3\xef\xaa\x6b\x3f\xc5\x8f\x03\x1e\x0a\x16\xf0\xfe\xd7\x27\x7b\xeb\x33\x78\x96\x9b\xee\xd2\x11\x02\x2c\xdc\x0e\xf9\x30\xe6\x26\x46\x30\x34\xf3\xfd\xcd\xaf\x5f\xf5\x02\x98\x4a\x16\x6d\xf0\x52\xc9\xa2\x8b\x6d\xcf\x07\xb0\xaf\x18\x22\x20\x08\xa5\x13\x2c\x37\xeb\xac\x6f\x6e\x62\x5d\x3c\x56\x30\xf7\xac\x86\x34\xa6\xc1\xb6\xb0\xe9\x2f\x66\x45\x08\x9c\x18\xb9\xc3\x94\x92\xaf\xba\x19\x59\xca\x42\xe8\xe4\x66\x1a\x81\xc5\x3b\x51\xd2\x74\x51\xc1\xff\x92\x61\x78\x7a\x71\x41\x41\xb7\x3b\xe8\x8a\xc0\x64\x45\x01\xb3\x3b\xb2\x73\xb1\xcc\xaa\x71\xf7\xc3\x5c\x4d\xdd\x9d\x17\xa4\x27\x9e\x6d\x00\xf4\xcc\x75\x0f\x38\x71\x5b\x52\x68\xa3\x39\x71\x89\x98\x63\x2e\x99\xac\x09\x6c\x37\x32\xe3\xde\xe2\xed\x86\x3b\xc0\xc3\xa3\x43\x78\x38\x56\x92\xa4\x1a\x67\xdd\x7c\x17\x1b\xb8\x2e\x36\xb6\x2f\xc7\x72\xbd\x97\x6e\x89\x63\xb7\xd1\x52\x4c\xc2\x98\xcb\x96\x7f\x13\x67\x85\xb3\x50\x97\x78\x87\x76\x02\x6f\x0a\xb1\x9b\xc0\x3b\xd4\x12\x4d\xf7\x9c\xc2\x77\xd6\xb9\x9b\x0e\x5b\xb1\x4b\x1a\x2b\x1c\x88\xac\x10\xc6\x50\x56\x43\xf6\x23\x30\x68\x54\x2e\xf9\xc3\x3e\x1d\x7e\x7e\xd2\xc8\x77\xe0\xb2\x15\x53\x24\x2a\x38\xf9\xe6\xdb\x20\x0b\xa7\xbf\xfb\xe6\xdb\xd9\xd3\x8b\x8b\xb3\x13\xee\x48\x71\xb9\xa7\x07\x24\x0d\x7c\xf3\xed\x3d\x19\x2e\x8f\x9a\xc3\x2f\xaf\x2a\xdb\x3f\xf7\x21\xb4\x4a\x71\x37\x88\x1a\x25\x62\xfe\x78\xd9\x0b\xf5\xb4\x37\xb7\x7f\x0b\x2c\x14\x5c\x7c\xd6\xeb\x8a\x2e\x85\x2c\xa5\xc5\xfc\xdc\x2f\x81\xf9\x30\xb4\x11\x24\x13\xa2\xd2\xd0\xb3\xc1\xa9\xdc\xa9\xc3\xea\xd6\x54\x7e\xd1\x40\x97\x9b\xdb\x96\xab\x28\x9d\xb5\x8a\x6c\xc7\xb8\x3b\x65\xa5\xb8\x0b\xfc\x3b\x9a\x7f\xfd\x30\xe9\x71\x7c\xd2\x99\x3e\x10\x40\x11\x6e\x83\x26\x1c\xda\xf2\xb6\xdf\x98\xef\x17\x34\xfa\xab\xb4\xba\x7d\xd5\x0a\x42\x26\xaa\xa1\x42\xb6\xf5\x9b\xec\x46\x7d\x75\x72\xc8\xba\xc3\xa8\xa4\xcf\xaf\xb5\xe8\xe7\xe2\x71\x00\x2d\xc5\x68\x8e\xcc\xe2\x3a\xe7\x42\xc1\x0c\x8c\xea\xa3\xf5\x83\xff\x85\x4e\xda\x3d\x95\xee\x9c\x36\x76\xec\xa5\x08\x16\xf3\xa0\x94\x90\x55\xfc\x49\x1a\x3b\x87\xf7\x1e\xb3\x43\x7d\xb7\xfb\x03\x87\x9b\x6f\xfd\x38\x58\xc4\x29\x63\x33\x9a\xc8\x9a\x2f\x75\xcb\x2f\x22\x30\xb2\xe1\xc9\x0f\x7f\x58\xb7\x93\x9f\xf4\xe8\x56\x27\x3f\x7f\x6c\x9f\x53\x2b\x6e\x7d\x2d\xfd\x5c\x4d\x4e\xb1\x28\xc7\x71\x79\x70\x46\xe7\xae\xed\x29\x07\x83\x5a\x8a\x22\xc8\xaf\xab\x91\x87\xf3\x4b\x92\xd6\x08\xec\x8d\x9b\x68\x60\x23\x6e\x31\xb9\x16\xcf\x80\x3c\x15\x1c\x36\x70\x24\xdf\x83\x1b\xed\x64\x04\xf7\x8e\x62\xd7\x52\xec\x62\x6b\x0e\x9f\xb9\x6a\x5c\x37\x14\xc9\xbc\x7a\xe1\x0a\x80\xe9\xa0\xe4\x2e\x7e\x9b\x70\x39\x67\x1a\x2e\x81\xb9\x7b\x3e\x53\x77\x1b\xa5\x83\x80\x34\x9d\xe3\xdb\x25\x42\x53\xc9\x7f\x34\xdc\x14\xe3\x2f\x0c\xb2\xf7\x66\xb7\xcd\xa8\x90\xd9\xe7\x08\x5d\xd8\xc0\xb4\x63\xc6\xe3\x9d\x5b\xf2\x70\xfd\xe5\x90\xdf\x4c\x35\xb9\x3b\x66\xb8\x82\x76\xc0\x5e\x1e\x51\x60\x8f\xde\x97\x52\x5f\xbf\xfc\x38\xe5\x75\x83\x1f\xa4\xba\x6e\xca\x63\x15\xd7\xcd\x1e\xa9\xb6\x7b\x1b\xfd\xb9\x95\xb6\x6d\x1d\xf6\x65\xcc\x34\x3c\xf6\x4a\xea\x0a\x69\x49\x75\x93\x66\x73\x83\x96\x4b\xa6\xc3\xd4\x0a\x31\x37\x2e\x6b\xbc\xc5\x50\x85\x30\x99\xd2\x9c\x3b\xa4\x2d\x18\xcb\xc6\x82\x74\x37\xe8\x23\x40\x9e\xb4\x54\x6d\x9d\xf2\x90\xf0\xfb\x3a\xf8\xc7\xbd\x60\xd0\x2f\xe5\x3b\x0a\xdd\x28\x2e\xc4\x1f\xa9\xbc\xf3\xbc\xd0\x0d\x33\x10\xfb\x96\xe2\x4e\x96\x4d\xd9\x1e\xa3\xf0\x84\x23\x01\xd7\x21\x60\x03\xaf\x73\x48\x51\x75\x57\xdb\x8e\xdc\x6e\x8c\x29\xc2\x4f\xb8\xc6\x2a\x17\x7a\x37\x81\x97\xb5\xcc\x26\xc4\x1b\x9c\xc0\x2f\x55\xa6\xca\x92\x42\xc7\xe7\xfc\x7f\x37\x57\xf0\xb7\xe7\xba\x85\xef\x11\x7d\x47\x83\xd1\x63\x97\x77\x93\x0e\xf1\x83\x8d\x45\x43\x41\xa4\xdb\xb8\x85\x0b\x23\xbf\xfe\xba\xc3\xa3\xc5\xa1\xe0\xb2\x16\x95\xcc\x4e\x4f\x9e\x05\x79\x88\xd2\x67\xc2\x96\x76\xdf\x4f\xa2\x34\x4b\xd7\x5e\x04\xb9\x6f\xf5\x3c\x3a\xbd\x6d\x86\xc3\x31\x22\xfc\x0b\x6d\x46\xbd\xf6\x02\x47\xcb\x97\x2c\xe6\x7a\x14\x46\x76\x17\xf0\xe0\x87\xb5\x16\xb8\x13\x9b\xc7\xf6\x15\xf0\xec\xb1\x4d\x05\x7d\x4b\x11\xfe\x3e\x83\xf5\x7c\x7d\x79\xc5\x06\x74\xab\x45\x6d\xb8\xe0\xf6\x9c\x5f\x90\xc2\xaf\xd4\x71\x87\x2e\xd7\x32\x77\x8d\x82\xd7\x4d\x43\x1f\x5d\x35\xce\x9d\x38\x86\xd3\x9c\x08\x2f\x94\x59\x05\xf7\x86\x17\x68\x11\x6a\x99\x71\x97\x6f\xbc\x7c\xe4\xdf\x9f\xc3\x51\xc3\xf0\xcb\x73\x22\xb8\x51\x6f\xd1\x09\x34\x1c\x8e\x23\x64\x1e\x63\x88\x43\x43\x88\xb6\xa3\x83\x7c\x0d\x6c\xde\x7d\xf5\xd0\x34\xbc\xec\xe2\xe0\x3c\x6c\xdb\xf3\xfb\x73\xd3\xeb\x02\x07\xe7\xb7\x15\xaf\x17\xc2\x8a\x39\x51\xfc\xbc\xf3\xd3\xa8\xa9\x01\xf9\xee\xec\x63\xb8\xc7\x8e\x8d\xb4\x9d\xe6\xe0\xe8\x50\x8f\xf4\x67\x1d\x47\x5f\xfc\x22\x73\x88\x49\x7a\xe7\x01\xed\xc7\x81\x47\x7e\x17\xe0\xd0\x36\x74\x47\x27\xbc\xdf\x9b\x91\x32\xbf\x3b\xab\xcb\x71\x18\x62\xf9\xc1\x09\x11\xbd\x41\x46\x77\xa7\xb5\xfd\x30\x29\x7b\x7b\x6f\xb8\xe9\xf1\x34\xfc\x3e\x9c\xb0\xe6\x7c\x57\x6e\xff\x01\x33\x74\xc1\x7c\x1d\xb0\xf8\x1e\xe7\x78\x46\xbc\x3f\x24\xe5\xe3\x22\xe5\xea\xfe\xd0\x1e\xf3\x16\x3d\x6e\xde\x3b\x21\x22\xb2\xf7\xdb\xfe\xb4\x96\x79\x8b\x81\xd6\x4e\x18\x77\xf8\x7a\xd0\x89\xf9\xbb\x5e\x2c\xb8\x87\x7c\x16\xd9\x8c\x2b\x5f\xa6\x90\xf9\x6f\xe2\xd1\x82\x75\x1b\xe7\xc9\xfc\xe8\xd3\xd6\x98\x4d\x1e\xe0\xd4\xf6\x2d\x29\x67\x61\x2b\xfb\xd7\x31\x4e\xcd\xcf\x26\xaf\x96\x3a\xc5\x30\x7d\xb0\xbe\x16\x3c\x93\x1b\xf3\x15\x08\xf3\x55\xc0\x22\xd9\xa7\xbe\x23\x0b\x54\xee\x9b\x12\x99\xef\x9b\x91\x79\x17\x6f\xfa\x69\xd0\xa0\xf4\xad\x43\xf2\xea\xa3\x14\xc0\xd9\x78\xfb\xd2\xbb\x46\x76\x0f\x94\x3d\x7b\xc3\x92\xeb\x36\xb4\x6b\x77\x46\x42\x89\x46\x68\x18\xd0\x71\xba\x52\xcb\x14\x60\xb4\x5d\x98\xf7\x4c\xf4\xea\xd6\xce\xf2\xe7\x3b\x9d\x29\xad\x11\x3b\x92\xcf\xb9\x0e\xee\x36\x99\xf3\x2f\x41\xe1\x57\xe9\xf8\xd7\x1a\x5a\x2d\xf1\x16\x87\xdb\x4d\xee\xbb\x14\xea\x82\xec\xa6\x06\xd1\xbb\xab\xe9\x4a\xd8\xb5\x56\x64\x0d\x22\x3c\x5a\x52\xac\xdd\xa2\xae\x25\xb0\xbd\xa2\x34\xe6\x8a\xda\xde\x4e\xf6\x72\x3f\xf7\x36\x99\x2a\xae\xb3\xe5\xf7\x40\x70\x3c\xe4\x6f\x6c\xeb\x70\x63\x2c\x16\x65\xdc\x1b\x85\x0e\x1f\x3c\x78\x58\x6f\xfc\x4b\x57\xe2\x97\xde\x7b\x6c\x1c\x35\xdc\x12\xea\x0e\x9e\xca\xc6\x70\xc5\xb5\x90\xd5\x8d\x5b\xcc\x6f\xc7\x00\xe1\xf1\xa8\x22\x54\xbf\x20\x1e\x51\x65\x45\xc3\x57\xd8\xe3\xa5\x40\x26\x24\xdc\xf6\xf3\x47\x65\x5e\x63\x5c\xc8\xd9\x3e\x3c\x48\x53\x1d\x7b\x35\xd3\xbe\xcd\xfd\x14\x75\xf0\x86\x5e\xb2\xc9\xe1\x7d\x56\x8e\xb2\x3c\xd8\x64\x07\xbe\x03\xad\x52\xfe\xee\x23\x56\x56\xda\xf0\xc2\x4f\xbc\x93\xc6\x4e\x40\x5a\xa8\x14\x50\xa4\x8c\xba\xcd\xde\x96\xae\x2d\x51\xcb\x50\x41\x4b\xaa\x84\x91\xc6\x23\x24\xb6\xd2\x32\x07\xee\xd9\xea\x92\x48\x54\xf5\x7a\x80\xfd\x76\xf9\xda\xb9\x58\x29\xcd\xb8\xba\x33\x9f\xba\xdd\xe5\x23\x0b\xff\xc4\x60\xdc\x49\xef\xfe\xc2\x97\xb1\xf1\xc3\x5d\xcd\x2a\xd4\xd6\xb8\xeb\x8a\xbe\x18\x20\x2a\xc0\xb2\xb6\xbb\xbe\x56\x05\x86\x13\xfd\x41\x86\x59\x80\x3b\xe0\x83\x28\xdd\x73\x85\x8a\x4f\x56\x5e\xd2\x12\x29\x8b\x56\x4d\x75\x7a\x36\x87\x3f\x7d\xec\xbf\xe1\x75\xda\x8e\x3a\xfe\x26\xc2\x43\x1a\xd3\xb5\x71\xc3\x32\x38\x34\xa6\xbf\x89\x43\x63\xfa\xfc\xee\x19\xf5\x21\x72\xc3\x26\x8c\x25\x3b\x9a\xdb\xc1\x77\x2d\xb4\x64\x2e\x92\xcf\xfb\x03\x5b\xb2\x17\xed\xc7\x43\xc3\xda\xe5\x17\xfd\x1f\x0e\x4d\x69\x19\xb1\xe8\xff\x30\x10\x34\x0e\xf1\x65\x71\x2f\xb7\xc6\x86\x7e\xfb\xa6\x9a\xab\x18\xdb\x70\xbb\x88\x7b\xdb\x43\xdf\x63\xc5\x06\x26\x8f\x8d\x0a\xff\x9e\xfa\xc6\x3e\x8a\xa3\x03\xc4\x5e\x3c\xf1\x90\xaa\xc7\x7e\x16\xf4\xc8\x02\xc8\x1e\xa0\x91\xb5\x90\xfb\x9c\x68\xf8\xfb\xfc\x45\xe5\x03\x41\x88\xef\xf9\xe6\x7b\xa7\xc1\x6c\xfd\x3e\x79\xd5\x63\xfb\xf2\x87\x51\xc1\x88\x2b\x9c\x54\x10\x5e\xff\xc0\xee\x31\x42\xe3\xf7\xd3\xca\xcc\x04\x4f\xb6\x67\x5c\x7d\x9c\xb0\x44\xf2\x45\x04\xf0\x81\x11\xc9\xde\x4b\x34\x67\x33\x78\x2d\xca\x3d\x27\xc3\xe8\x6f\x37\x58\x85\xb8\xd9\xf5\xab\xf9\xe5\xfb\x6f\xbc\xe8\x2f\x7d\x6f\xc3\xff\x8b\xa4\xf0\x38\xb4\xea\x10\x93\x42\xf4\x31\x66\xe1\x23\xaf\xe7\x8d\xaf\x51\x70\x17\xee\xd9\x6b\xfb\x17\x91\xf0\x52\x7c\x3d\x3d\x95\x83\x70\x99\x62\xe4\xf2\xe3\xca\x40\x1d\x8c\xde\xfd\xa3\x11\x1a\xfd\x09\xba\x7b\x0b\x63\xe7\x86\xc9\xe8\xb5\x0d\x03\x7a\x55\x72\xc7\x42\x77\x6d\x7e\xc5\x51\x67\xd5\x1f\x45\x55\xa1\xee\xac\x1a\xdf\x2b\xd0\x2e\x36\xe9\x07\xa4\x7c\xf6\x21\xb8\xe5\x08\x2a\x14\x1a\x9e\x7e\x73\x71\x71\xf7\xdd\x1f\x2e\x0e\xa3\xb5\xe4\x95\x46\xa2\xf5\x4e\x65\xd2\x6f\x8e\x71\x6c\xe0\x1e\xef\x2e\x56\xbf\x37\x60\xdc\xb8\x8d\x2a\xb1\x16\x6b\xec\xb4\xb9\xc0\x1b\xe5\x5f\x5e\xca\xfd\x70\xa5\xe0\x76\x99\x13\xbe\x71\xb1\xd6\xa2\x3c\x99\xc0\x89\xdd\x4a\x6b\x51\xd3\xc7\x5c\x9a\x4c\xe9\xfc\xe4\xc8\x15\x16\xb7\xa2\x49\xfa\x22\x0f\x6e\xef\x6f\xfa\x32\xe4\x71\x12\xd6\x9d\x73\x4c\x32\xba\xa3\x8f\x6d\x58\x0f\xf6\x43\xf8\x12\x26\xfd\xa6\xef\x6d\x7e\x40\x19\x2b\x61\x0c\x2c\x52\x36\xed\x0f\x4d\xb8\x02\x8b\x94\x47\x03\x50\x1d\x4b\x08\xa2\xfb\xf4\xb8\xa0\x24\x7d\x83\xf4\x70\x5c\xe2\xc3\x92\x08\xed\x0b\xc6\x27\x8f\x8a\x4d\x1e\xf1\xd6\xe9\xc1\x82\xeb\x67\x89\x50\x1e\xf4\x3e\xea\x23\x7e\x35\xfc\x3d\x3e\x4e\xf9\xf4\xe4\xff\x02\x00\x00\xff\xff\xb6\x2c\xd0\xfb\x0e\x63\x00\x00" +var _metadataviewsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7c\x6d\x73\x1b\xb9\x91\xf0\x77\xff\x8a\xb6\x52\xe5\x48\xcf\x43\x91\xf2\x66\x6f\xeb\x8e\xb5\xcc\xc6\x6b\x5b\x89\xae\x6c\x9f\xcb\x96\x93\xab\x72\xb9\x2c\x70\xa6\x49\x22\x9a\x01\x26\x00\x46\x14\xe3\xf2\x7f\xbf\x42\xe3\x65\x30\x2f\x14\x47\x8a\x37\xd6\x07\x7b\x38\x03\x34\x1a\x8d\x7e\x47\x03\xbc\xac\xa4\x32\x70\x5e\x8b\x35\x5f\x16\x78\x29\xaf\x51\xc0\x4a\xc9\x12\x8e\x5a\xef\x8e\x1e\xf9\x96\x6f\xa4\x18\x6a\xdc\x7d\x1d\xdb\xff\x95\xe3\xf6\x1d\x6a\x59\xdc\xa0\xf2\x6d\xd3\x57\x47\x8f\x1e\xcd\x66\x33\xb8\xdc\x70\x0d\x99\x14\x46\xb1\xcc\x00\x2f\xab\x02\x4b\x14\x46\x83\xd9\x20\x94\x68\x58\xce\x0c\x03\x6d\x98\xc8\x99\xca\xa1\x52\xb2\x92\x1a\x73\xea\xcb\x05\x9c\xbf\xba\x78\x7b\x7a\xf6\xd3\x1f\x7e\x9a\xda\x37\xf4\xf6\x1d\xae\xe6\xb0\x31\xa6\xd2\xf3\xd9\x6c\xcd\xcd\xa6\x5e\x4e\x33\x59\xce\xa4\x58\x15\x72\x3b\x5b\x15\xbc\xd2\xb3\x65\x21\x97\xb3\x92\x71\x31\x63\x55\x55\xf0\x8c\x19\x2e\xc5\xec\x87\xb3\x1f\x9e\x9e\xfd\xd7\xd3\x9f\x4e\xc5\xca\x9c\x86\xc1\xa7\x65\x1e\x61\xbf\x37\xaa\xce\x8c\x06\x26\x72\x50\xa8\x65\xad\x32\xd4\x90\x31\xd1\x60\x0e\x52\x20\x48\x05\xa5\x54\x48\x7d\xe2\x24\xcc\xae\x42\x3d\x81\x8c\x15\x05\xe6\x70\xc3\x71\xab\xa7\xf0\x92\x65\x1b\x7a\xa6\xcf\xa0\xb0\x52\xa8\x2d\x01\xa8\x2f\x83\x9c\xaf\x56\xa8\x2c\xdc\x6b\x2e\x72\x90\xab\x08\x6f\x02\xba\xce\x36\xc0\x34\x30\xc8\x14\x32\x23\x15\x2c\xb9\x5c\x2b\x56\x6d\x76\xd4\x5b\x2a\x60\xf0\xdf\x6f\x5f\xfe\x19\x78\xc9\xd6\x08\x2b\x5e\xa0\xa3\x13\xcb\x32\xd4\xfa\x98\x15\xc5\x49\x43\xfc\xd7\x1e\xb0\x5d\x25\x0d\x5f\x1e\x3d\x02\x00\xb0\x70\x5e\x70\x5d\x15\x6c\x07\xdc\x0e\xb5\x64\x9a\x67\x1e\xe3\x0d\x33\xc0\x45\x56\xd4\x39\xba\x05\x13\xac\xc4\x09\xe4\xa8\x33\xc5\x2b\x4b\x52\x4b\xa9\x08\xc7\x6c\xea\x72\x29\x18\x2f\x60\x65\x51\x13\x20\x97\x7f\xc7\xcc\x4c\xe1\xb5\xd4\xc6\xff\xd0\xa0\x37\xb2\x2e\xf2\x84\xa0\xc6\xb2\x88\x1d\x70\x1a\x20\xd1\xff\xe9\x1c\x34\xad\x4b\x44\xd4\xe3\x1e\xc6\xbd\xf4\x98\x59\xea\x59\x2c\xfd\xb0\x69\x9b\x4e\x7b\xae\x61\xc5\xb1\xc8\x61\xcb\x8b\x02\x96\x08\xb9\x83\x8c\xb9\x65\xba\x82\x6b\xcf\x03\x66\x83\x0a\x57\x52\xa1\xc7\xba\x05\x66\x49\x6f\x95\xb1\x33\xcd\xa4\xc8\xb8\xc6\xe1\x31\xd3\x99\x14\x68\x08\xd7\xb9\xe5\x35\x2e\xd6\xed\x99\x3c\x83\xad\xe2\xc6\xa0\x68\xd1\xf8\x1b\x4d\x8b\x41\x8e\x86\xf1\xc0\x9c\x6d\xb0\x93\x16\x28\x2d\x89\xe9\x97\x48\x6c\x0e\x37\xa8\x96\x52\x23\x1c\xe3\x74\x3d\x05\x06\x15\x53\x8c\xf8\x10\xb8\xd0\x06\x19\xf1\x2d\x03\xcd\xc5\xba\x40\x28\xb8\xc0\x93\x71\x94\x48\x66\xb9\x8f\x20\xba\x64\x45\x91\xb0\x56\x94\x20\xf6\x40\xda\x78\xfe\x5b\x22\x30\xd8\xe2\xf2\x74\xa5\x38\x8a\xbc\xd8\x91\xf8\xc0\x31\x9f\x22\xc9\xd4\x04\xde\xbe\xf9\xf3\x49\x0b\x08\xc9\x83\xa7\x4b\x9f\x61\x26\x76\xe2\xd7\x50\x29\x24\xd1\x9f\x00\x9a\x6c\x1c\x15\xe2\xe4\xe6\xf0\xe5\x9c\x17\xf8\xb5\xa1\x01\x2d\x14\x17\xdc\x1c\xc7\x57\xf6\x2f\xe5\xa0\x49\xeb\xcb\x00\x45\xdb\x0d\xfa\x83\x85\x2f\x27\xf0\xa5\xd5\x52\x63\xb1\x9a\x92\x5c\x2d\x68\xc0\xfe\xc7\x94\x49\x17\xe9\xd0\xfd\xa6\xcd\x02\x2e\x1a\x14\x62\x33\x87\xc4\xd7\x46\x25\xfd\x05\x8b\x0a\x15\x18\x09\x6b\x6c\xe4\x9e\x98\x98\xd4\x2c\x5b\x21\x6c\xd9\xae\xa5\x30\x6c\xbf\x3f\x59\xd6\x2c\x89\x6c\xc1\x10\xcd\xe1\x19\x28\x24\x25\x9b\xa1\x85\x68\xf9\x45\x05\xc3\x15\xb4\x7c\x03\x41\xa1\xa9\x95\x80\x67\x02\x24\xcd\x85\x15\x71\x7c\xa7\x86\xf6\x6a\xa9\x55\x2d\x2c\xba\xbe\xf5\xf1\xe7\x0e\x1a\x4f\xbe\xa4\xf6\x71\x1a\x1e\xbe\x9e\xc0\x3c\x8c\xf0\x4b\xb2\x04\x7c\x45\xcc\x41\x1c\xb0\x68\x81\x9a\x7a\xec\x2d\xb8\xe3\xcb\x5d\x85\x3f\xfb\xee\x7f\x3c\x3e\xe9\x2e\x62\x80\xe2\x41\x00\xd3\xbf\x24\x6a\x14\x3a\x7f\x7e\xee\x37\xad\x0f\x5f\x1f\xf5\x9f\x7c\x43\xe1\xd7\x30\x59\xb9\x3f\xa3\x40\xc5\x33\xe0\xc2\xa0\x5a\x31\x4b\x72\x2b\x36\x8d\xe1\x03\xe6\x24\x4d\x1b\xa9\x30\x07\x2b\xc3\x0a\xe4\x6a\x05\xd9\x86\x71\x31\x05\xcb\x94\x3a\x82\xf3\xe2\x56\x6b\xcc\xed\xda\xc5\x85\xd4\xce\xe6\xe9\x09\xdc\xf0\x1c\xa5\x53\xd7\xd2\xea\x6b\x28\x31\xe7\xec\xa0\x2d\x69\xf0\xb3\x03\x26\xb4\x48\xdb\x12\xc9\xec\xb2\xd6\x8a\x1f\x9f\x44\x15\xd5\x99\xf2\x5f\xc9\x58\x4a\xc0\x5b\xeb\xbb\x84\xf9\x39\xeb\xa9\x3d\x3c\xeb\x3f\x01\x23\x5b\xf1\x97\xcb\xcb\xb7\x70\x2c\x15\x3d\xbc\x3f\x81\x0f\xef\x5e\x1d\xc4\xd6\x36\xb5\x78\xce\xef\xc2\xd6\x2e\x74\xad\x8a\xbe\x26\x6d\xb4\x48\xf2\x79\x50\xdc\x6b\x65\x05\xb4\x56\xa9\x68\xde\x83\x32\x1d\x90\x9e\x4b\x02\xe4\xfd\xe2\x3e\x4c\xc1\x86\x43\x2e\xde\x9e\xbf\x8f\x34\xa2\x5f\x7e\xf9\x81\x29\x6c\x98\x22\x87\xe5\xce\x8a\x37\x57\xe4\xf5\x58\xe7\x82\xe7\x28\x0c\x5f\x71\x54\x70\xfc\xfc\xe2\xc5\x49\x04\xa2\x18\x31\x8b\xd9\x30\xb2\x8c\x5c\x61\x66\xe0\xc3\xbb\x8b\x29\x3c\x83\xac\xe0\xb6\x6f\xe2\x3a\x12\x1f\xd6\x1a\x9d\xb3\xf2\xfc\xe2\x45\xe3\xf4\x48\x58\x59\xcf\xcd\xf2\x5f\x21\x19\xf9\x0c\xde\x1f\xbb\xe1\xcc\xae\x37\xa1\xbb\x66\x06\xb7\x6c\x77\x70\xa1\x6d\xe3\xd6\x42\xb7\x2c\xd0\xf3\x8b\x17\x96\xa5\xec\x10\x03\x13\xb4\x5e\x17\xe1\x47\x23\x3a\x6f\x30\xe9\xdd\x82\xd4\xf2\xa2\x73\x99\xe9\x29\xaf\x56\x7a\xca\xe5\xcc\xba\x32\x58\x19\x3d\xf3\x23\x9c\xb2\x3c\x57\x96\x83\xc5\x7a\x36\xca\x9c\x65\x3c\x1f\x36\xe6\x6f\x99\xd9\x90\x44\x24\xaa\xb5\xb2\xef\xbc\x52\xa6\x45\x0f\x0a\x99\x94\xbd\x27\x9e\x5b\x1d\xa9\x76\xa3\x0c\x3c\xd7\x20\x45\xb1\x03\x81\x98\x5b\xfb\xbc\x6a\x80\x73\x6d\x3d\x16\x9e\x63\x5c\xf2\x3b\x81\x8e\x20\x92\x05\x7b\xaa\x77\xda\x60\xa9\xc7\x91\xc7\xce\x38\xd0\xe7\x97\x21\x19\x4d\xe8\x37\x69\xb7\x1e\x14\xd9\x8c\xe7\xb0\xb0\x44\xef\x7f\x22\xe2\x2e\x08\xc6\x90\x3c\x37\x74\xab\x45\x46\x5c\xee\x04\xd6\x31\x18\x51\x5e\x30\xc3\x6f\xd0\xaa\xa8\x86\xbb\x7a\x8c\x75\x07\x9d\x36\x72\x7b\x6a\xe4\xcc\xb3\xd0\xa9\x7d\x7d\x2a\xc5\xe9\x16\x97\xb3\xdf\x39\xd8\xa7\xb5\x2a\xf4\xde\x15\x08\xd6\xd8\xba\xf8\xda\xa9\x18\xcb\x96\x8c\x0b\xfb\x18\xd7\xb5\x56\xfc\x20\xed\x47\x69\x2c\x6f\x2e\x3d\xe1\x1a\x22\xee\x35\x95\x47\x76\x4a\xf3\xd9\xec\x68\x6a\x59\x82\x99\xe3\xb0\x26\x27\xe1\xc5\xd1\xec\x28\x3e\x5b\x58\x27\x1d\xe3\x3a\xa4\x31\xf7\x43\x3d\xac\x43\xa3\xa5\x0d\x6a\x74\xcb\xcd\xc6\xc5\x28\x4a\xa1\xae\x24\xcf\xed\xbc\xc9\x4a\x5a\xe7\xe1\xa0\x4a\x7a\x6d\x5b\x76\x35\x11\x69\x27\xc7\x12\xe8\x60\x8d\x62\xfe\x15\xa9\xb6\xae\x97\xeb\xc2\xe8\x9c\xb3\x53\x0a\x92\x33\x59\xa2\x95\x61\xb7\xbe\x52\x95\xe4\xe5\xef\x2a\x9c\xe9\x7a\x49\x2d\x98\xf6\xde\xe6\x12\x73\xb0\x31\x1a\xb4\x60\x45\x56\xc4\x1b\x2c\x64\x85\x6a\x5a\xca\x7f\xf2\xa2\x60\x53\xa9\xd6\x33\x14\xa7\x1f\xde\x13\x9b\xce\xfe\x86\xcb\x99\x35\xad\xb3\x5f\x6d\xd4\xab\x3f\xcb\xd5\x67\xfa\xf9\xfa\xe2\xf5\xcb\xcf\xe4\x68\x8e\x9a\x55\xa4\xe5\x5d\xa6\x37\x9d\xfa\xa4\xdf\xa5\x2d\xdb\xb4\xde\xb6\xc7\xc2\xfe\xd3\xfd\x10\x3b\x2f\xe2\xd3\x7e\xbe\xf8\x9b\x62\x95\xf5\xa5\x1d\xff\x4b\x05\x65\x5d\x18\x5e\x15\x7e\xd9\x5c\xa2\x62\x14\x0f\xe8\x2e\x13\x3c\x13\xc0\xd4\x92\x1b\xc5\xd4\xee\x54\xf3\x7f\x62\x4e\xa1\x90\x0f\xff\x77\x20\xea\x72\x89\xd6\xb9\xf3\x3c\xc4\xad\x96\xdc\x4b\x45\xfa\x3a\x87\x8f\xd4\xf6\xd3\x10\x09\x3f\x77\xda\x0c\xea\x43\x6a\x02\x8b\xce\x60\x07\x22\x0c\x3f\xbf\x7f\x6b\x80\xd1\x18\x41\x3f\xfa\xb8\xf0\xc2\x35\xbe\x57\x74\xe1\xba\x3c\x34\xb8\x70\xbd\x47\xc6\x16\x91\x51\xa0\xf3\xf7\x0d\x42\x8b\x21\x0d\x57\xf0\x0c\x85\x75\x19\xb3\x4c\x2a\x52\x6c\x46\x46\xf9\xd7\x55\x7e\x4b\x22\xef\x5b\xe9\x66\x1d\x2f\x43\xd2\xa9\x15\x61\x78\x5f\x21\xf8\x56\x72\x65\xf5\xe6\x9b\xf3\x4b\xeb\x38\x78\x18\xf9\x41\x7d\xf9\xca\xa3\xb4\xdf\x49\xb7\x78\x5d\x44\xbf\xed\x2e\xa5\xf1\x39\xf1\xef\xee\x74\xdc\xdb\x20\x2d\xfb\xc7\x1f\x63\x65\x20\xe0\xfd\x9d\x84\x20\x0c\x3f\x4e\x0a\x7c\xeb\x7b\x89\x81\xef\xf3\x50\x39\xf0\xdd\x47\x0a\x42\x9f\x0b\x7e\x03\x49\x88\xf1\x92\x75\xd0\x88\xe8\xd6\xc3\x35\x58\x02\xa5\x66\x01\x6f\x0d\x2a\x4b\x5c\xcd\x4d\x63\xe8\x7d\x52\x3e\xe1\xfb\xe5\x2e\x0d\x76\x2c\xaf\x5f\x23\x4c\x63\x5c\xf3\x6b\x21\x33\x0b\x5d\x86\x38\xa9\xd6\xa8\x34\xa4\x31\x10\x25\xe1\x14\x5f\x73\x3b\x1a\x25\xc2\x7c\x0e\xd8\x4a\x0f\x25\xaa\x2b\x25\xff\x6e\xfb\x56\x36\x34\xa2\xe0\x38\x98\x70\xe7\x6f\xda\x86\x99\x2c\x0a\x24\x57\xb4\x41\x16\xd7\x51\x9e\xb7\xdb\xed\xb4\xdc\x51\xf6\xde\x43\x73\x99\xff\x1b\x54\x96\xee\xa7\x72\x45\xdf\x1a\x28\x87\x44\xf5\xa5\xa7\x8f\x25\xdf\x83\x63\xea\xcf\x30\x22\xaa\x5e\xdc\x19\xff\xb6\x05\x31\xc5\xea\x3b\x09\x63\x8a\xc2\x38\x81\x4c\x7a\xdc\x4b\x28\x93\x7e\x0f\x15\xcc\x04\xc4\x48\xe1\x1c\x5e\xf7\x6f\x2e\xa0\x8e\xc9\x57\x5c\x60\x88\xd9\xcb\x4a\x6a\xb6\xb4\x61\xae\xdc\xb1\xc2\xec\x9a\x9d\x2f\x6a\xbc\xe6\x37\xa8\xa1\x64\xea\x1a\x4d\x55\xb0\x0c\x35\xb0\x46\xcc\x6a\x61\xf5\x79\x9e\xa6\xd6\x24\xe8\xba\x72\xdb\x77\xe7\x97\x1e\x28\x47\x7d\xd0\x46\xbd\xf3\xc3\x77\x1c\xba\x90\xbc\x6b\x6f\x04\xbe\xc3\x0c\xf9\x4d\x4c\x30\x20\x2c\x51\xe0\x8a\x67\x9c\xa9\x5d\x48\xc0\xfb\xf9\xb4\xb3\x15\x8c\x38\x23\x98\xd4\x4c\xa1\x41\xb7\x0d\x16\x3a\x05\xc0\x14\xa2\x84\x5f\xd3\x35\x1a\xbb\xae\xc7\x27\x9d\x20\x33\x93\x65\x89\x22\x77\x09\x99\x53\xf8\x40\x4a\xc8\xa7\xf3\x69\x87\xcc\x6a\x42\x81\xdb\x44\xff\xc0\x79\x21\xb7\x6e\x16\x2d\x60\xaa\x3d\x25\xae\xa1\xd6\xd6\x79\xb8\x5a\xa3\xf1\xb4\x09\xb3\x7e\x5b\x2f\x0b\x9e\xbd\x65\x66\x73\x7c\x72\x35\x21\x7d\x28\xa4\x69\x83\x73\x99\x21\xb4\x8b\xcd\xea\xc2\x24\xa3\xc6\x49\x39\xa5\x4b\x1b\x33\xac\x28\xe4\xd6\xeb\x50\x23\xa1\xae\x72\x8b\x7a\x0b\x20\x91\x8c\x55\x6c\xc9\x0b\x6e\x28\xf1\x4d\xb1\x50\x6d\x6a\x45\xab\x5e\x93\xd6\xa7\xcd\x99\xb5\x5f\xb3\xa6\xf9\x5e\x45\x16\x90\x99\xc3\xf3\xd8\xf8\xe7\x27\x5f\x5a\xab\x3d\x0d\xf3\xfe\xfa\xc7\x36\x6f\xbc\x76\x61\x83\xf5\x2e\x42\x36\x36\x63\x45\x56\x17\x16\x79\x8b\x1d\x2b\x65\xed\x9c\x26\xcd\x0a\x84\x1b\x56\xd4\x08\x46\x31\xa1\x57\xa8\x94\xeb\xd1\x5e\x04\xcf\x84\x0d\x8d\xde\x48\x83\x70\x0a\x17\x26\xd9\xa5\x59\xa2\xd9\x22\x0a\x38\x9b\x9e\x11\xf1\x9f\x4e\xcf\xda\x60\x5e\xde\xda\x2e\x8e\xa3\x92\x91\xb9\x86\x5b\xea\x50\x36\x88\x73\x0d\x67\xd3\xff\xf8\xc9\x36\x15\x29\xdb\xb6\x01\xba\xfe\xdb\x80\x00\xf5\xf8\x7f\x70\x3b\xed\x8b\x0a\x2b\x8a\x1d\x54\xa8\x32\x14\xc6\x9a\xb5\x35\x26\x99\x6e\xb7\x37\x64\x50\x95\xda\x12\x65\xc9\x34\xd7\x50\x49\x2e\x4c\x2b\xaa\xb4\x8d\xb4\x2c\x78\x6e\x17\x7a\xc9\x2c\x69\x75\xc9\x94\x89\x1b\xb7\x1a\xb6\x1b\x1b\x6d\x67\x2c\x27\x7d\x2e\x57\x2b\xcb\x39\x57\x1f\xce\xf9\xed\x4f\x3f\x5e\x75\x19\x87\x19\x60\x85\x42\x96\xef\x82\x6e\x70\xca\x27\x1d\x9f\xf8\x27\x63\xda\x52\x37\x63\xf6\x07\x37\xba\x0d\xc8\x86\xcd\xde\x1b\x60\x0a\xc1\x3a\x93\x0a\x8b\x1d\xe4\x68\x67\xc4\x05\xd7\xc6\x67\xf9\xd7\x36\xc4\x4b\x5a\x8b\x3c\x2a\xa5\xb6\x90\x54\x96\x03\xfe\x33\xa0\x20\x57\x50\x29\xcc\xb8\x8e\xd6\x7e\x88\x65\xb3\xda\xcc\xc1\xcd\xb4\xcd\x8e\xff\x13\x4c\x55\x6b\xc7\x2b\xf5\x6c\x9c\x0c\xd9\xc9\xd9\xa1\xd8\x2e\x64\x8c\xfc\x9a\x4f\x7a\x02\xa7\xb0\x70\x73\xd8\xf0\x2a\xb2\x9d\xfd\x70\xb5\x65\x45\x81\xe6\x2a\xec\x09\x5b\x65\x3b\x01\x17\xe4\x9a\x8d\x85\x8b\x85\xc6\xfe\x3a\x90\x53\xb4\x15\xa8\xa0\xe4\xeb\x8d\x81\x2d\x13\x86\x74\x76\x85\x19\x5f\xed\xf6\xcf\xfa\xce\x7d\xd1\xc6\xf3\xb8\xa7\x3c\x4f\x52\x6a\x4e\x86\x06\xe9\xda\xce\x4a\x0d\x39\xb0\x59\x6d\xe0\x8f\x0b\x12\xc8\x27\x4f\xe8\xd7\xcf\x0b\x12\xcb\x39\x1c\x3d\xaf\x8d\x97\x9f\x46\x82\xb9\xb0\xaf\x78\x0e\x8a\x89\x35\x02\x9f\x22\x7c\x3c\x9b\x3c\xfd\x74\xb4\xc7\xc0\x42\xf0\x9b\xa2\x96\x5e\x44\x1d\x31\x90\xff\xac\x0d\x2c\x2c\x16\xfd\x4f\x87\xf7\x27\xef\x91\x2d\x09\x26\xd3\x15\x76\xc4\x0e\xaf\x53\x63\x6d\x39\xef\x1f\x35\xaa\x9d\xb3\x29\x57\xef\x82\x41\xbe\x0a\x86\x97\x0a\x65\xde\x9c\x5f\x26\xde\xb3\x65\x2a\x12\xb1\xdb\x0a\x33\xe3\xf4\x64\xc5\x76\x8d\x35\xf7\x5a\xc1\x25\xc4\x6c\x84\x44\xec\x13\x9c\xf5\x91\xb6\xde\xc2\xe9\xa6\x6f\x94\x62\x3b\xcf\xa9\x8a\x65\xd7\x4e\x4f\x70\x91\xf3\x1b\x9e\xd7\xac\x68\x30\xe8\x32\xaa\xa5\x6e\x94\xcf\x0b\xb1\x92\x7a\x0e\x1f\x3d\x81\x3e\xdd\xb1\x61\xe4\xfd\xe5\x81\x4e\x5d\xce\xb3\x3e\x94\xe5\x19\x67\x5c\x98\x01\x5d\x53\x1a\x90\x15\x05\x71\x5c\xa3\xd4\xa3\x0b\x60\xad\xf2\x12\x61\x4d\x9e\x80\xdf\xd9\x79\x3a\x3d\x6b\x81\xbd\x61\xd6\xcb\x36\xac\x78\x4e\x5c\x73\xd6\xf9\x6c\x17\x3c\x98\x04\x2e\x22\x9e\x03\x32\x90\x00\x89\x8f\xff\x3f\xf4\x9d\x76\xb9\xb1\xcd\xdb\x4c\x6b\x54\xe6\x38\xf6\x73\xd2\x33\x81\x12\xb5\x66\x6b\x9c\xc3\xd1\x7b\x37\xd9\x38\xfe\xf8\xd9\x1e\x9d\x74\xc9\xf8\x4c\x6b\xbe\x76\x7a\x2c\xc0\x1b\x14\x22\x37\xd2\xa2\xdf\xa8\x93\xa8\x7d\xe7\x9c\xde\x14\x1e\x65\xfd\x06\x33\xa5\x9d\x1d\x75\x46\x1c\x97\x64\xf0\x5d\x6d\x07\x26\xbc\xee\x98\xf6\x70\xde\x35\xa6\xf3\xa3\xc7\xc6\x51\x1f\x9f\x24\x2c\x75\xc7\x66\xe4\xc0\x1c\xe1\xae\x88\xac\x11\xa1\xef\x14\x8f\xbd\xeb\xd0\xe7\x50\x34\xd6\x50\xe4\x3e\xb1\x58\xec\xf5\xd0\x48\x2c\x02\x18\x19\x87\xa5\xaa\xa9\x2b\x61\xdf\xa4\x16\xc1\xd9\x60\xb7\xc9\x48\x5a\x24\x1a\x25\xf2\x61\x49\xde\xc9\xb2\x58\x66\x6c\xab\xbb\x98\x28\xa1\xb2\xb8\x06\x04\xb9\xf0\x78\x83\xc2\xd4\xe4\xfe\xa5\xb0\x58\xf4\xc6\xf5\x96\x9b\x6c\xb3\x94\x36\xb4\x0b\xb6\x6b\x12\xe1\x6e\x1c\x23\x84\xba\xb5\x65\xed\xc1\xd2\xbe\x65\x0b\xb9\x48\x20\xfb\x4b\xc8\x4e\x8d\x5c\x77\x8b\xac\x89\x55\x62\xac\x16\x10\xb2\xe1\x61\x6a\x43\x87\x98\xa7\x2f\x53\x83\x51\xd0\x3c\x1d\xe7\x4b\x77\x1d\x66\x15\x7d\x9c\xf9\x58\xf2\xfc\xf2\x5d\x3a\xec\x81\x74\xae\x2f\x21\x73\x1b\xb9\x49\x31\xa4\xcf\x67\xbd\x39\xbf\x9c\xf6\x16\x27\x44\x23\x14\x6a\x2a\xc6\x9d\x6f\x99\x98\xb1\x6b\xdc\xcd\x9c\x4f\x52\x31\xae\x34\xb0\x42\x8a\xb5\x8b\x39\xb5\x2c\x1b\xb9\xa3\xb4\xef\xad\x5d\x56\xda\xca\xa0\x71\xd9\x52\xd6\x8e\x89\x08\xf4\x21\x5b\x7b\x69\x1b\x25\x34\x19\xa8\x4e\x24\x38\x53\x78\xc5\xaf\x11\x7e\x65\xd9\xf5\x5a\xc9\x5a\xe4\x13\x78\xb9\x43\x3d\x81\xbf\x30\xae\x3a\xa5\x63\x63\xcb\x07\x69\xa4\x5a\xe4\xa8\x0a\xf2\x75\xdd\x94\xd3\x51\x27\x41\xf1\x98\xf0\x9a\x08\xad\x5d\xf9\x1e\x35\x81\x4a\xc9\x1b\x9e\x63\x20\x46\xd0\x56\x04\x6c\x3f\x4e\xf4\x79\x0e\xcf\xc4\xce\x95\xd0\xb6\xf0\xf2\xb5\x72\x56\x43\xa4\xeb\xa5\x37\x72\x4b\x0b\x10\xc7\x72\xc4\xde\x3a\xd7\x99\x6b\x47\x36\xeb\x1e\xb9\xa9\x44\x46\x49\x81\x5b\x3e\xe7\x42\x1b\x26\x32\x9c\xc0\x4e\xd6\x90\x91\x88\xeb\x80\x95\x1d\x8a\x41\x2d\xf8\x2d\x18\x5e\xa2\x36\xac\xac\x5c\x18\xef\xdd\xf0\x16\x7e\x4c\xc3\xd1\x0b\x66\xf0\x88\x26\x8e\x45\x91\x8e\x55\x15\xcc\xac\xa4\x8d\xe7\x6c\xf0\x2b\x85\xae\x4b\x5f\x11\xe2\x68\x47\xb5\xba\xe4\xb2\x84\x2c\x01\xf3\x7b\x60\xfb\x3d\xfd\x66\xec\x81\xa2\x00\x6b\x6e\x99\xb2\x81\xa1\xf5\x2c\x59\xa1\x65\xd4\x0e\x2e\x13\x5b\xec\xbc\x64\x30\x63\x14\x5f\xd6\xa6\xb5\x33\xdf\x66\x0e\x27\x2d\xd1\xa4\x84\xc8\x8f\xd0\x2c\x8a\x06\x82\xa6\xca\x09\x3f\x45\xff\x2e\xb0\xc1\x9b\xf3\xcb\xdf\x6b\x50\x84\xd3\x7e\x6e\x70\xdf\xe7\x1e\xf7\xc1\x22\x87\x56\x05\x63\x8f\x7d\x26\x83\x74\x99\x74\x01\xdf\xbf\x62\xd1\x71\xc4\xc2\x0d\x38\x10\x30\x24\x9c\xb0\x48\x71\x18\x88\x4d\xdc\xba\x2c\x3c\x4e\x23\x23\x0a\x52\x77\xa4\x26\x83\xe7\x13\x34\xd6\x61\xfd\xe6\x3b\xfa\x0e\xb4\x5b\x39\x42\xc5\x45\x70\xa9\xa4\x0d\xa8\x38\x64\xd9\xc6\xeb\xa6\x3b\x95\x9b\xbe\x23\x51\xee\x50\x9b\xc3\x47\x6a\xb9\x67\x0b\xb7\xd3\x68\x70\x0d\xfd\x1c\x17\xbe\xf1\x80\xd1\xb7\x7f\xed\x60\x26\xcf\x75\x63\x40\x9c\x1e\xf6\x4c\xeb\xf1\xb6\x48\xb4\xba\xb4\xbd\x54\xe7\xb6\x51\xdb\x39\xa9\x52\x27\xd3\x7e\xee\x86\x24\x8f\xe5\x39\xe6\x07\x5d\x53\x6b\x41\x59\x9e\x13\x28\x3b\xe1\xb9\x83\x7a\xc7\x4c\xa7\x96\x45\x44\x7e\x6c\xee\xa8\xef\x68\x7b\xa4\xc9\x9c\xbe\x97\x4f\xea\x51\x18\xe7\x90\xba\xc6\xf7\xf2\x46\x5d\x97\x87\xba\xa2\xae\xf7\x48\x3f\xb4\xc7\xd9\xe1\xef\x1b\x38\xa1\x7e\xdd\x62\x8d\x95\x91\x80\x4c\xf3\x82\xe2\xa0\x1b\x54\x86\x6a\xd1\xe8\x1b\x53\x3b\x5a\x09\xc7\x13\x70\x2e\x15\xa5\xf5\x13\x07\x25\x6c\x6c\x69\xbf\xb9\x20\x49\x7d\x93\xbe\x46\x4e\x05\x8d\xa1\x20\x3e\xac\x12\x69\x05\x6f\xe1\x2f\x9d\x13\x10\xe1\x91\xe9\x2a\xd1\x6c\x64\x2c\x8b\xd7\xf5\x6a\xc5\x1d\x43\xac\xf9\x0d\xf9\xa8\x25\xd9\x17\x8a\xdc\xe4\xca\x67\x72\x3c\x8a\xfb\x18\xcd\xce\xc7\x09\x51\x7b\x66\x4b\x0c\x93\x76\x2a\xed\xb2\x11\xef\xa4\x37\xde\xd2\x91\x93\xfc\x0d\x2b\x51\xcf\x5b\x95\xd8\xbe\x68\xcb\x61\xe3\xed\x77\xc8\xeb\x5d\xd9\xb1\xae\x22\xb0\xf0\x77\x8d\x3b\x4f\x2d\xa6\x9c\xb5\xdb\x32\xe1\xc7\x5f\x62\x66\xb5\xe2\x95\xc3\xe3\x6a\xd0\xa7\x26\x07\x9a\xd9\x0e\x5d\x3d\xb2\x8f\xdd\x2d\x1e\x97\xd2\x73\xbc\x23\xc5\x17\x87\x78\x62\xe2\xbe\x4e\xba\xf3\xfc\xe8\xda\x7c\xfa\xe5\x64\xde\x67\xc8\xd9\x0c\x9e\xc7\xd5\x77\x49\x45\xed\xb3\x8a\x61\x4a\xd1\xa4\x78\xa7\xce\x6d\x1a\x70\xd5\x38\xd1\xfe\x2c\x4f\x3e\xed\x78\x8d\xbb\x4e\x7e\x72\xc3\x44\x5e\xa0\xb3\x18\x44\x64\x1b\xe8\x50\xc2\xd3\x34\x8d\xff\x5e\xeb\x64\x6c\xe2\x93\x00\x9f\x0a\x9d\x8b\x62\x9a\x0a\x6e\x6b\xb2\xf0\x78\x61\x45\xa5\x23\x70\xd6\x95\xbb\xb6\x68\xb7\xda\x3e\x1e\x10\x4b\x4b\xd4\xa9\xc2\x52\xde\xe0\xf1\x35\xee\xe6\x70\xdd\xad\xaa\x6b\x9e\xe2\xe3\x80\x85\x82\x05\x7c\xfc\xf4\xa8\x37\x3e\x81\x27\xbe\x69\x0f\x1d\x21\xc0\xc2\xad\x90\x77\x63\xae\xa3\x07\x63\x7b\x7e\xbc\xfe\xf4\xb8\xe3\xc0\x08\x5e\x34\xce\x8b\xe0\x45\x1b\xdb\x8e\x0d\x20\x5b\x31\x34\x81\xc0\x94\x8e\xb1\x5c\xaf\x93\xae\xba\x89\x79\xf1\x98\xc1\xec\x69\x0d\xae\x75\x8d\x4d\x62\xd3\x1f\xcc\x8a\x10\x28\x30\x72\x9b\x29\x25\x1d\x75\xd3\xbc\xe4\x05\x53\xc9\xc9\x34\x0b\x16\x6f\x59\x69\xbb\x33\x01\xff\x6b\x15\xc3\xd3\xb3\x33\xeb\x74\xbb\x8d\xae\x08\x8c\x0b\xeb\x30\xbb\x2d\x3b\xe7\xcb\xac\x6a\x77\x3e\xcc\xe5\xd4\xdd\x7e\x41\xba\xe3\xd9\x38\x40\xcf\x5c\xf5\x80\x63\xb7\xa5\x75\x6d\x14\x05\x2e\x11\x73\xcc\x39\x4d\x6b\x02\xdb\x0d\xcf\xa8\xb6\x78\xbb\xa1\x0a\xf0\xf0\x69\x1f\x1e\x8e\x94\x96\x53\xb5\xd3\x6e\xbe\x8a\x0d\x5c\x15\x1b\xe9\x97\x43\xb1\xde\x4b\x37\xc4\xa1\xd3\x68\x29\x26\xa1\xcd\x79\x43\xbf\x89\xd3\xc2\x59\xc8\x4b\xbc\x47\x33\x81\xb7\x05\xdb\x4d\xe0\x3d\x2a\x8e\xba\xbd\x4f\xe1\x2b\xeb\xdc\x49\x87\x2d\xdb\x25\x85\x15\x0e\x44\x56\x30\xad\x6d\x54\x63\xf5\x47\x20\xd0\xa8\x58\xf2\x97\xfe\x3c\x7c\xff\xa4\x90\x6f\xcf\x61\x2b\x9a\x11\x13\x70\xf4\xc3\x8f\x81\x17\x8e\x7f\xf7\xc3\x8f\xb3\xa7\x67\x67\x27\x47\x54\x91\xe2\x62\x4f\x0f\x88\x6b\xf8\xe1\xc7\x3b\x22\x5c\x6a\x35\x87\x0f\x17\xc2\x74\xf7\x7d\x2c\x5a\x25\xbb\x1d\x44\xcd\x06\x62\x7e\x7b\xd9\x33\xf5\xb4\xd3\xb7\x7b\x0a\x2c\x24\x5c\x7c\xd4\xeb\x92\x2e\x05\x2f\xb9\xc1\xfc\xd4\x0f\x81\xf9\x30\xb4\x11\x53\xb6\x88\x72\x6d\xbf\x0d\x76\xa5\x4a\x1d\x12\xb7\x5a\xf8\x41\xc3\xbc\x5c\xdf\x26\x5d\x65\xc3\x59\x23\xad\xee\x18\x77\xa6\xac\x64\xb7\x81\x7e\x07\xe3\xaf\x5f\x26\x1d\x8a\x4f\x5a\xdd\x07\x1c\x28\x8b\xdb\xa0\x0a\x87\x26\xbd\xed\x17\xe6\xe7\x85\x6d\xfd\x38\xcd\x6e\x5f\x36\x8c\x90\x31\x31\x94\xc8\x36\x7e\x91\x5d\xab\xc7\x47\xfb\xb4\x3b\x8c\x0a\xfa\xfc\x58\x8b\x6e\x2c\x1e\x1b\xd8\xa1\x08\xcd\x91\x51\x5c\x6b\x5f\x28\xa8\x81\x51\x75\xb4\xbe\xf1\xbf\x50\x49\xdb\x13\xe9\xd6\x6e\x63\x4b\x5f\xb2\xa0\x31\xf7\x72\x89\xd5\x8a\xaf\xb8\x36\x73\xf8\xe8\x31\xdb\x57\x77\xdb\x6f\x38\x5c\x7c\xeb\xdb\xc1\x22\x76\x19\x1b\xd1\x44\xd2\x7c\xaf\x53\x7e\x11\x81\x91\x05\x4f\xbe\xf9\xfd\xaa\x9d\x7c\xa7\x07\x97\x3a\xf9\xfe\x63\xeb\x9c\x1a\x76\xeb\x4a\xe9\xb7\x2a\x72\x8a\x49\x39\xf2\xcb\x83\x31\x3a\x75\x65\x4f\x39\x68\x54\x9c\x15\x81\x7f\x5d\x8e\x3c\xec\x5f\x5a\x6e\x8d\xc0\xde\xba\x8e\x1a\x36\xec\x06\x93\x63\xf1\x04\xc8\xcf\x82\xdc\x06\xf2\xe4\x3b\x70\xa3\x9e\x8c\xe0\xde\x5b\xdf\xb5\x64\xbb\x58\x9a\x43\x7b\xae\x0a\xd7\xb5\xf5\x64\x2e\x5e\xb8\x04\x60\xda\x28\x39\x8b\xdf\x04\x5c\xce\x98\x86\x43\x60\xee\x9c\xcf\xd4\x9d\x46\x69\x21\xc0\x75\x6b\xfb\x76\x89\x50\x0b\xfe\x8f\x9a\x8a\x62\xfc\x81\x41\xb2\xde\x64\xb6\x09\x15\xab\xf6\xc9\x43\x67\x26\x10\xed\x90\xf2\x78\xef\x86\xdc\x9f\x7f\xd9\x67\x37\x53\x49\x6e\xb7\x19\xce\xa0\xed\xd1\x97\x07\x04\xd8\xa3\xf7\xbd\xc4\xd7\x0f\x3f\x4e\x78\x5d\xe3\x7b\x89\xae\xeb\xf2\x50\xc1\x75\xbd\x47\x8a\x6d\x6f\xa1\xbf\xb5\xd0\x36\xa5\xc3\x3e\x8d\x99\xba\xc7\x5e\x48\x5d\x22\x2d\xc9\x6e\xda\xde\x54\xa0\xe5\x82\xe9\xd0\x55\x20\xe6\xda\x45\x8d\x37\x18\xb2\x10\x3a\x93\x8a\x62\x87\xb4\x04\x63\x59\x1b\xe0\xee\x04\x7d\x04\x48\x9d\x96\xb2\xc9\x53\xee\x63\x7e\x9f\x07\xff\xd2\x73\x06\xfd\x50\xbe\xa2\xd0\xb5\xa2\x44\xfc\x81\xcc\x3b\xf5\x0b\xd5\x30\x03\xbe\x6f\xc9\x6e\x79\x59\x97\xcd\x36\x0a\x75\x38\xe0\x70\xed\x03\x36\x70\x9d\x43\x8a\xaa\x3b\xda\x76\xe0\x74\x63\x0c\x11\x5e\xe1\x1a\x45\xce\xd4\x6e\x02\x2f\x2b\x9e\x4d\x2c\x6d\x70\x02\x1f\x44\x26\xcb\xd2\xba\x8e\xcf\xe9\xff\x76\xac\xe0\x4f\xcf\xb5\x13\xdf\x23\xea\x8e\x06\xbd\xc7\x36\xed\x26\xad\xc9\x0f\x16\x16\x0d\x39\x91\x6e\xe1\x16\xce\x8d\x7c\xf2\xa4\x45\xa3\xc5\x3e\xe7\xb2\x62\x82\x67\xc7\x47\xcf\x02\x3f\x44\xee\xd3\x61\x49\xdb\xf7\x93\x48\x45\xdc\xd5\xf3\x20\xfb\x5a\xcf\xa3\xd3\x59\x66\xd8\xef\x23\xc2\xbf\x50\x66\xd4\x29\x2f\x70\x73\xf9\x9e\xc9\x5c\x8f\xc2\xc8\xea\x02\x6a\x7c\xbf\xd2\x02\xb7\x63\xf3\xd0\xba\x02\xea\x3d\xb6\xa8\xa0\xab\x29\xc2\xdf\x37\xd0\x9e\x6f\xce\x2f\x49\x81\x6e\x15\xab\x34\x25\xdc\x9e\xd3\x05\x29\x74\xa5\x8e\xdb\x74\xb9\xe2\xb9\x2b\x14\xbc\xaa\x6b\xfb\xe8\xb2\x71\x6e\xc7\x31\xec\xe6\x44\x78\x21\xcd\xca\xa8\x36\xbc\x40\x83\x50\xf1\x8c\xaa\x7c\xe3\xe1\x23\x7f\x7f\x0e\x79\x0d\xc3\x97\xe7\x44\x70\xa3\x6e\xd1\x09\x73\xd8\xef\x47\xf0\x3c\xfa\x10\xfb\x9a\xd8\xb9\x1d\x6c\xe4\x73\x60\xf3\xf6\xd5\x43\xd3\x70\xd9\xc5\xde\x7e\xd8\x94\xe7\x77\xfb\xa6\xc7\x05\xf6\xf6\x6f\x32\x5e\x2f\x98\x61\x73\x3b\xe3\xe7\xad\x57\xa3\xba\x06\xe4\xdb\xbd\x0f\xe1\x1e\x2b\x36\xd2\x72\x9a\xbd\xad\x43\x3e\xd2\xef\x75\x1c\xbc\xf8\x85\xe7\x10\x83\xf4\xd6\x07\xbb\x1e\x7b\x3e\xf9\x55\x80\x7d\xcb\xd0\x6e\x9d\xd0\xbe\xd7\x23\x25\x7e\xbb\x57\x9b\xe2\x30\x44\xf2\xbd\x1d\x22\x7a\x83\x84\x6e\x77\x6b\xea\x61\x52\xf2\x76\x6e\xb8\xe9\xd0\x34\xbc\x1f\x0e\x58\x73\x3a\x2b\xd7\xff\x40\x04\x5d\x10\x5d\x07\x34\xbe\xc7\x39\xee\x11\xf7\x9b\xa4\x74\x5c\xa4\x54\xed\x37\xed\x10\x6f\xd1\xa1\xe6\x9d\x1d\x22\x22\xbd\x77\xfd\x6e\x0d\xf1\x16\x03\xa5\x9d\x30\x6e\xf3\x75\xaf\x11\xf3\x67\xbd\x88\x71\xf7\xd9\x2c\xab\x33\x2e\x7d\x9a\x82\xe7\xbf\x89\x45\x0b\xda\x6d\x9c\x25\xf3\xad\x8f\x1b\x65\x36\xb9\x87\x51\xeb\x6b\x52\x8a\xc2\x56\xe6\xaf\x63\x8c\x9a\xef\x6d\xad\x5a\x6a\x14\x43\xf7\xc1\xfc\x5a\xb0\x4c\xae\xcd\x63\x60\xfa\x71\xc0\x22\x59\xa7\xae\x21\x0b\xb3\xec\xab\x12\x9e\xf7\xd5\xc8\xbc\x8d\xb7\x7d\x35\xa8\x50\xba\xda\x21\xb9\xfa\x28\x05\x70\x32\x5e\xbf\x74\x8e\x91\xdd\x01\xa5\xa7\x6f\x88\x73\xdd\x82\xb6\xf5\xce\x48\x28\x51\x09\x0d\x03\x3a\x3c\xaf\x54\x33\x05\x18\x4d\x15\xe6\x1d\x1d\xbd\xb8\x35\xbd\xfc\xfe\x4e\xab\x4b\xa3\xc4\x0e\xc4\x73\xae\x82\xbb\x09\xe6\xfc\x25\x28\x74\x95\x8e\xbf\xd6\xd0\x28\x8e\x37\x38\x5c\x6e\x72\xd7\xa1\x50\xe7\x64\xd7\x15\xb0\xce\x59\x4d\x97\xc2\xae\x94\xb4\xda\x20\xc2\xb3\x43\xb2\xb5\x1b\xd4\x95\x04\x36\x47\x94\xc6\x1c\x51\xeb\xad\x64\x27\xf6\x73\xb7\xc9\x88\x38\xce\x96\xee\x81\x20\x7f\xc8\x9f\xd8\x56\xe1\xc4\x58\x4c\xca\xb8\x1b\x85\xf6\x6f\x3c\x78\x58\x6f\xfd\xa5\x2b\xf1\x47\xe7\x1e\x1b\x37\x1b\x2a\x09\x75\x1b\x4f\x65\xad\x29\xe3\x5a\x70\x71\xed\x06\xf3\xcb\x31\x30\xf1\xb8\x55\x11\xb2\x5f\x10\xb7\xa8\xb2\xa2\xa6\x23\xec\xf1\x50\x20\x4d\x24\x9c\xf6\xf3\x5b\x65\x5e\x62\x9c\xcb\xd9\x7c\xdc\x3b\xa7\x2a\xd6\x6a\xa6\x75\x9b\xfd\x10\x75\xf0\x84\x5e\xb2\xc8\xe1\x3e\x2b\x37\xb3\x3c\xe8\x64\x07\xbe\x05\x4d\x48\x7f\xf6\x11\x85\xe1\x26\x5c\xf8\x89\xb7\x5c\x9b\x09\x70\x03\x42\x82\xf5\x94\x51\x35\xd1\xdb\xd2\x95\x25\x2a\x1e\x32\x68\x49\x96\x30\xce\xf1\xc0\x14\x1b\x6e\x99\x03\xd5\x6c\xb5\xa7\x68\x67\xd5\xa9\x01\xf6\xcb\xe5\x73\xe7\x6c\x25\x15\xe1\xea\xf6\x7c\xaa\x66\x95\x0f\x0c\xfc\x8a\xc0\xb8\x9d\xde\xfe\xc0\xe7\xb1\xf0\xc3\x1d\xcd\x2a\xe4\x56\xbb\xe3\x8a\x3e\x19\xc0\x04\x60\x59\x99\x5d\x57\xaa\x02\xc1\xed\xfc\x03\x0f\x13\x03\xb7\xc0\x07\x56\xba\xe3\x08\x15\xed\xac\xbc\xb4\x43\xa4\x24\x5a\xd5\xe2\xf8\x64\x0e\x7f\xfa\xd2\xbd\xe1\x75\xda\xb4\x3a\x7c\x13\xe1\x3e\x89\x69\xeb\xb8\x61\x1e\x1c\x6a\xd3\x5d\xc4\xa1\x36\x5d\x7a\x77\x94\xfa\xd0\x74\xc3\x22\x8c\x9d\x76\x54\xb7\xa3\x0e\x44\x75\xd1\x9a\x72\xfd\xde\xdd\x54\x73\x2c\x57\x0e\xc7\x9f\x9f\xf4\x07\x6c\x4e\x66\x1d\x9f\x9c\xcc\xe1\xc8\xeb\x15\x92\x3f\xd2\x28\xbe\x9e\xa2\x77\x35\x6f\xec\xd9\xc8\xc6\xf4\xe0\x61\xaa\x64\xa5\x16\xc9\x73\xbf\x61\xb3\x58\x8b\xe6\x71\x5f\xb3\x86\x68\x8b\xee\x8b\x7d\x5d\x1a\x3a\x2d\xba\x2f\x06\x5c\xdd\xa1\xd5\x5c\xdc\xb9\xc6\x63\x1d\xd6\xbe\x81\xa1\xdc\xcb\x36\x9c\x89\xa2\x8a\xfc\x50\xad\x29\x68\x59\xf2\x58\x5e\xf1\xef\xc9\xca\xf4\x51\x1c\xed\xd6\x76\xbc\xa0\xfb\xe4\x6a\xfa\xb1\xdb\x03\xd3\x36\x3d\x40\x23\x33\x38\x77\x99\xfe\xf0\xf7\xed\x53\xe1\x7b\x5c\x27\x5f\xa9\x4e\xa7\x65\x83\xb2\xfd\x7d\x72\x41\x65\x73\x65\xc5\x28\x17\xca\xa5\x7b\x04\x84\x4b\x2b\xc8\xa8\x47\x68\x74\xab\x2e\xcf\x74\xb0\xbf\x3d\x93\xe0\xbd\x9b\x25\x5a\x0b\x6a\x01\xde\xd3\x8f\xea\x5d\xfd\x39\x9b\xc1\x1b\x56\xf6\x4c\x23\xa1\xbf\xdd\xa0\x08\xde\xbe\xab\xb2\xf3\xc3\x77\xef\xe9\xe8\x0e\x7d\xe7\x31\x85\x17\x49\xba\x74\x68\xd4\x21\x22\x05\x9f\x69\xcc\xc0\x07\x2e\x15\x8e\x97\x3f\xb8\x6b\x02\xc8\xd7\xf0\xd7\xa7\xd0\x50\x74\xa8\x3e\xe5\x83\x70\x04\x64\xe4\xf0\xe3\x92\x57\x2d\x8c\xde\xff\xa3\x66\x0a\xfd\xbe\xbf\xbb\x3b\xb2\x75\x2e\x66\xf4\xd8\x9a\x00\x5d\x94\x54\x67\xd1\x1e\x9b\x2e\x66\x6a\x8d\xfa\x2b\x13\x02\x55\x6b\xd4\x78\x1b\x42\x33\xd8\xa4\xeb\x46\xd3\x8e\x0d\xa3\x42\x29\x10\xc8\x14\x3c\xfd\xe1\xec\xec\xf6\xa7\x3f\x9c\xed\x47\x6b\x49\x23\x8d\x44\xeb\xbd\xcc\xb8\x5f\x1c\xed\xc8\x40\x95\xe9\x6d\xac\x7e\xaf\x41\xbb\x76\x1b\x59\x62\xc5\xd6\xd8\x2a\xce\x81\xb7\xd2\x5f\xb9\x4a\x55\x7c\x25\xa3\x22\x9f\x23\x3a\x27\xb2\x56\xac\x3c\x9a\xc0\x91\xd9\x72\x63\x50\xd9\xc7\x9c\xeb\x4c\xaa\xfc\xe8\xc0\xc1\x1b\x37\xa2\x4e\xaa\x39\xf7\x2e\xef\x6f\x7a\x85\xf3\x38\x0e\x6b\xf7\x39\xc4\x19\xed\xd6\x87\x16\xac\x03\xfb\x3e\x74\x09\x9d\x7e\xd3\xdb\xa6\xef\x91\x7c\x4b\x08\x03\x8b\x94\x4c\xfd\xa6\x09\x55\x60\x91\xd2\x68\x00\xaa\x23\x89\x85\xe8\x9e\x1e\xe6\x94\xa4\xf7\x5e\x0f\xfb\x25\xde\x2d\x89\xd0\xbe\xa3\x7f\xf2\x20\xdf\xe4\x01\x77\x65\x0f\xa6\x89\xbf\x89\x87\x72\xaf\x5b\xb4\x0f\xd8\xd5\xf0\xf7\x70\x3f\xe5\xeb\xa3\xff\x0b\x00\x00\xff\xff\xa5\x6a\x0c\xd4\xc4\x63\x00\x00" func metadataviewsCdcBytes() ([]byte, error) { return bindataRead( @@ -131,7 +131,7 @@ func metadataviewsCdc() (*asset, error) { } info := bindataFileInfo{name: "MetadataViews.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x46, 0x92, 0x1e, 0x71, 0x8d, 0x50, 0x10, 0xce, 0x72, 0x63, 0xa0, 0xe8, 0x9d, 0x9e, 0xc8, 0x3, 0xb7, 0x73, 0xeb, 0x2a, 0x28, 0xd5, 0x57, 0x68, 0x4, 0x7, 0xaf, 0x6c, 0x40, 0xde, 0x4a, 0xa2}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb7, 0x9e, 0x62, 0xcb, 0x16, 0x59, 0xbc, 0x9e, 0x7a, 0xd0, 0x38, 0x97, 0x57, 0xc5, 0x82, 0xae, 0x63, 0xd0, 0x46, 0x6e, 0x18, 0x78, 0xb0, 0x49, 0xbb, 0x81, 0x21, 0x36, 0x4e, 0x46, 0x6, 0x8d}} return a, nil } diff --git a/lib/go/templates/internal/assets/assets.go b/lib/go/templates/internal/assets/assets.go index 2c7b85e..9297eba 100644 --- a/lib/go/templates/internal/assets/assets.go +++ b/lib/go/templates/internal/assets/assets.go @@ -14,8 +14,8 @@ // transactions/nft-forwarding/create_forwarder.cdc (1.594kB) // transactions/nft-forwarding/transfer_nft_to_receiver.cdc (2.091kB) // transactions/nft-forwarding/unlink_forwarder_link_collection.cdc (1.104kB) -// transactions/setup_account.cdc (1.326kB) -// transactions/setup_account_from_nft_reference.cdc (1.415kB) +// transactions/setup_account.cdc (1.361kB) +// transactions/setup_account_from_nft_reference.cdc (1.442kB) // transactions/setup_account_to_receive_royalty.cdc (1.474kB) // transactions/test/upgrade_nft_contract.cdc (172B) // transactions/transfer_nft.cdc (2.189kB) @@ -369,7 +369,7 @@ func transactionsNftForwardingUnlink_forwarder_link_collectionCdc() (*asset, err return a, nil } -var _transactionsSetup_accountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x93\x41\x6f\x1a\x31\x10\x85\xef\xfb\x2b\x5e\x38\x44\x8b\x44\xe0\x1e\x91\xa4\x2d\x0d\x52\x0f\x45\x51\xb2\xcd\x7d\x58\x86\xac\x55\x63\x5b\xf6\x18\x8a\xa2\xfc\xf7\xca\xbb\x61\xd9\x25\x34\xf5\x01\xb1\xf6\xcc\xf8\x9b\xf7\xc6\x93\xc9\x04\x45\xa5\x02\xc4\x93\x09\x54\x8a\xb2\x06\x2a\x60\x57\x91\x80\x0c\xa8\x2c\x6d\x34\x82\x9d\x8d\x7a\x05\x1f\x4d\x96\x32\xc4\x22\xb0\x40\x49\x60\xbd\x46\x74\x69\xc3\x73\xc9\x6a\xcb\x58\xcc\x8b\x90\x65\x6a\xe3\xac\x17\x0c\x16\xd6\xcc\xa3\x79\x51\x4b\xcd\x85\xfd\xcd\x66\xd0\x9e\xdc\xff\xa1\x8d\xd3\xbc\x98\x17\xc7\xbd\x9f\x2c\xb4\x22\xa1\x67\xc5\xbb\x30\xc8\xb2\x2e\xd4\x6b\x96\x01\x80\xf3\xec\xc8\x73\x1e\xd4\x8b\x61\x7f\x0d\x8a\x52\xe5\xdf\xac\xf7\x76\xf7\x4c\x3a\xf2\x08\x3f\x42\x88\xfc\x24\xd6\xd3\x0b\xcf\xc8\xd1\x52\x69\x25\xfb\x99\x35\xe2\xad\xd6\xec\x47\x78\x88\x4b\xad\x42\x75\x3c\x1c\xe1\x89\xb6\xfc\x9e\xff\xcb\xb8\xd3\xf3\x21\x2e\xbf\x36\x42\x0c\xf1\x5a\x63\xa4\xd5\xfe\xd1\x2c\x28\x53\xed\x9a\xf4\x3b\x09\xe1\x06\xc7\xfe\xc6\x9e\x83\xd5\x5b\xae\x11\xa8\x94\xd4\x5d\x9e\xf6\xa2\x2f\xb9\xd8\x3b\xbe\x86\x51\x7a\x84\xad\xe2\x5d\xf3\x99\x7e\xa7\x3d\x31\xc6\x8b\x79\x31\xeb\x5d\x71\x9b\x0f\x87\xa0\x70\x81\xff\xc4\xdd\xb5\x98\x69\xdd\xdd\xc1\x91\x51\x65\x3e\x48\xe1\x8f\x0d\x98\xc7\xca\x72\x80\xb1\x82\x77\x54\x7c\x28\x53\xd3\x0d\x86\x59\x5b\x6d\x32\xc1\x23\x4b\xf4\x06\x4c\x5e\xef\xa1\xd6\x90\x8a\xdb\x81\x21\xed\x99\x56\x7b\x54\x14\x40\x1d\x75\xda\x7c\xb5\x46\xe3\xe1\x38\x34\x5e\x8d\x97\xb5\x8b\xd3\xcb\x8e\x72\x47\x86\xdb\x7c\xed\xed\xe6\xfa\x44\xe7\x43\xee\x03\x49\x35\xc4\xc5\x4d\x12\xb2\xe3\x50\x5a\xbe\x86\x6c\xb7\xde\x7a\x1d\xcc\x3c\x93\x30\x08\x86\x77\xe0\x8d\x93\xfd\x39\xd4\xbe\xbf\x98\x5e\x75\xcd\x2d\xeb\x12\xf7\x29\xf7\x48\x9b\x9b\xb5\x74\xac\xfc\xd2\x89\x5f\xcc\x8b\x64\x5d\x0f\x23\xd0\x96\xa1\x24\x3d\xa3\x8e\x86\x6d\xc4\x89\x4e\x29\x3a\x9f\x5e\x1d\x89\x46\x10\xfb\xa9\x32\xbd\xcb\xca\x43\xcf\xf5\x98\x97\x28\xdb\x31\xc7\xda\xfa\x1a\xe0\x8c\x06\xef\x0c\x6d\xb0\xe2\x30\x8e\x87\x97\x92\x9f\xdc\xdd\x54\x6e\xae\x3e\x2f\xe2\x8c\x1c\x6e\xce\x16\x3d\x74\xa9\xd2\x33\xfe\xe7\x30\x7c\xd6\xec\x67\xc8\x1f\x81\x67\xe4\x46\x20\xf9\xa0\xdf\x69\x0f\x6f\xd9\x5b\xf6\x37\x00\x00\xff\xff\xa7\x28\x04\xb0\x2e\x05\x00\x00" +var _transactionsSetup_accountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x94\x4f\x6f\xe2\x3c\x10\xc6\xef\xf9\x14\x4f\x39\x54\x41\x4a\xe1\x5e\xd1\xf6\x7d\x97\x2d\xd2\x1e\x16\x55\x6d\xb6\xf7\x21\x0c\x8d\xb5\xc6\x8e\xec\x09\x2c\xaa\xf8\xee\x2b\x27\x90\x7f\xa0\xae\x0f\x88\xd8\x33\xe3\xdf\x3c\x8f\xed\xe9\x74\x8a\x34\x57\x1e\xe2\xc8\x78\xca\x44\x59\x03\xe5\xb1\xcf\x49\x40\x06\x94\x65\xb6\x34\x82\xbd\x2d\xf5\x1a\xae\x34\x51\xc8\x10\x0b\xcf\x02\x25\x9e\xf5\x06\x65\x11\x26\x1c\x67\xac\x76\x8c\xe5\x22\xf5\x51\xa4\xb6\x85\x75\x82\xd1\xd2\x9a\x45\x69\x3e\xd4\x4a\x73\x6a\x7f\xb3\x19\x35\x2b\xcf\x7f\x68\x5b\x68\x5e\x2e\xd2\x76\xee\x27\x0b\xad\x49\xe8\x5d\xf1\xde\x8f\xa2\xa8\x0b\xf5\x19\x45\x00\x50\x38\x2e\xc8\x71\xec\xd5\x87\x61\x77\x0f\x2a\x25\x8f\xbf\x59\xe7\xec\xfe\x9d\x74\xc9\x09\x7e\x78\x5f\xf2\x9b\x58\x47\x1f\x3c\xa7\x82\x56\x4a\x2b\x39\xcc\xad\x11\x67\xb5\x66\x97\xe0\xa5\x5c\x69\xe5\xf3\x76\x31\xc1\x1b\xed\xf8\x94\xff\xcb\x14\xc3\xf5\x31\x6e\xff\xaf\x85\x18\xe3\xb3\xc2\x08\xa3\xf9\xa3\x59\x90\x85\xda\x15\xe9\x77\x12\xc2\x03\xda\xfe\x26\x8e\xbd\xd5\x3b\xae\x10\x28\x93\xd0\x5d\x1c\xe6\x4a\x97\x71\x7a\x28\xf8\x1e\x46\xe9\x04\x3b\xc5\xfb\xfa\x33\xfc\xce\x7a\x62\x4c\x96\x8b\x74\xde\xdb\xe2\x31\x1e\x8f\x41\xfe\x06\xff\x88\x7b\x6a\x30\xc3\x78\x7a\x42\x41\x46\x65\xf1\x28\x84\xbf\xd6\x60\x0e\x6b\xcb\x1e\xc6\x0a\x4e\xa8\xb8\x28\x53\xd1\x8d\xc6\x51\x53\x6d\x3a\xc5\x2b\x4b\xe9\x0c\x98\x9c\x3e\x40\x6d\x20\x39\x37\x07\x86\xb4\x63\x5a\x1f\x90\x93\x07\x75\xd4\x69\xf2\xd5\x06\xb5\x87\x13\x5f\x7b\x35\x59\x55\x2e\xce\x6e\x3b\xca\xb5\x0c\x8f\xf1\xc6\xd9\xed\xfd\x40\xe7\x73\xee\x0b\x49\x3e\xc6\xcd\x43\x10\xb2\xe3\x50\x18\xae\x82\x6c\xa6\x8e\xbd\x0e\xe6\x8e\x49\x18\x04\xc3\x7b\xf0\xb6\x90\xc3\x35\xd4\xbe\xbf\x98\xdd\x75\xcd\xcd\xaa\x12\xcf\x21\xb7\xa5\x8d\xcd\x46\x3a\x56\xfe\xd7\x89\x5f\x2e\xd2\x60\x5d\x0f\xc3\xd3\x8e\xa1\x24\x5c\xa3\x8e\x86\x4d\xc4\x40\xa7\x10\x1d\xcf\xee\x5a\xa2\x04\x62\xbf\x54\xa6\xb7\x59\x76\xee\xb9\x3a\xe6\x19\xb2\xe6\x98\x63\x63\x5d\x05\x70\x45\x83\x13\x43\x13\xac\xd8\x4f\xca\xf3\x4d\x89\x07\x7b\xd7\x95\xeb\xad\xaf\x8b\x38\xa7\x02\x0f\x57\x8b\x9e\xbb\x54\xe1\x1a\xcf\x6e\x3f\x87\x2f\xc8\xe4\xb5\x7e\x68\x5c\x82\x8b\xa5\xd6\x80\xe3\xe3\x90\xa9\xa7\xc7\x57\x5d\x5d\xf6\x34\xa7\x22\x01\xc9\x85\xc4\xc3\x36\x8f\xd1\x31\xfa\x1b\x00\x00\xff\xff\xd8\x3b\x14\x7f\x51\x05\x00\x00" func transactionsSetup_accountCdcBytes() ([]byte, error) { return bindataRead( @@ -385,11 +385,11 @@ func transactionsSetup_accountCdc() (*asset, error) { } info := bindataFileInfo{name: "transactions/setup_account.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x19, 0xd1, 0x77, 0xc, 0xab, 0x2a, 0x8c, 0xa8, 0x1b, 0x6f, 0xda, 0x9e, 0xf6, 0x80, 0xba, 0xcb, 0x54, 0x41, 0x1c, 0x16, 0x77, 0x65, 0xde, 0xae, 0x56, 0xce, 0xc7, 0x8, 0x5b, 0x8a, 0x9e, 0x80}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x80, 0x34, 0x69, 0xfc, 0xc2, 0x1, 0xf3, 0x4e, 0xb5, 0x41, 0x44, 0x38, 0x2b, 0x35, 0xb7, 0xaf, 0x1a, 0x98, 0xdf, 0x77, 0xaa, 0x8b, 0x94, 0x8a, 0x4f, 0xd5, 0x84, 0xe7, 0x94, 0xe7, 0xf2, 0x43}} return a, nil } -var _transactionsSetup_account_from_nft_referenceCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x54\x41\x6f\x9b\x4c\x10\xbd\xf3\x2b\x5e\x7c\x88\x40\x72\xf0\xe5\xd3\x77\xb0\xec\x44\x11\xad\xa5\x1c\x6a\x45\x8d\x9b\xfb\x18\x06\xb3\x0a\xd9\x45\xbb\x83\x91\x15\xf9\xbf\x57\xb0\xc6\x36\xb4\x51\x0e\xdd\x13\xda\x7d\xf3\xe6\xcd\xcc\x1b\x66\xb3\x19\x36\x85\x72\x10\x4b\xda\x51\x2a\xca\x68\x28\x87\xa6\x20\x01\x69\x50\x9a\x9a\x5a\x0b\x1a\x53\x97\x19\x6c\xad\x83\x36\x42\x0c\x1c\x0b\x94\x38\x2e\x73\xd4\x55\x7b\x61\x39\x65\xb5\x67\xac\x57\x1b\x17\x7b\xce\xbc\xd6\x1d\x61\x17\x53\x3b\x76\xd8\x2b\x6e\x5c\x8b\x7e\xd3\xa6\x41\x53\xb0\xe5\x9e\xac\x65\x29\x18\xa9\x29\x4b\xbe\x44\x29\x0d\x27\xc6\xd2\x8e\x41\x3a\x6b\xb1\xa9\x65\x12\xee\xb0\xfc\x5e\xc9\xe1\x2a\x22\x0e\x02\xf5\x5e\x19\x2b\x58\x1b\xbd\xaa\xf5\x4e\x6d\x4b\xde\x98\x37\xd6\xc8\xad\x79\xc7\x64\x7c\x3d\xe9\xf1\x3f\x58\x28\x23\xa1\xd7\x4e\x9f\x07\x0f\xee\x26\x41\x70\xd5\xa1\x90\xb2\xcc\xb2\x73\x73\x3c\xfa\x8f\x29\xaa\x7a\x5b\xaa\xf4\x99\xa4\x98\xe3\xf9\xfc\x3d\x85\xca\xe6\xf8\xf5\xa4\xe5\xff\xff\x22\x7c\x04\x01\x00\x54\x96\x2b\xb2\x1c\x3a\xb5\xd3\x6c\xe7\xa0\x5a\x8a\xf0\xc9\xb9\x9a\x5f\x7c\xa9\x09\x55\xb4\x55\xa5\x92\x43\x62\xb4\xd8\xb6\x3e\x3b\xf5\xac\xae\xb8\x3c\x4e\xf1\x42\x7b\x7e\xa5\xb2\xe6\x08\xb7\x8f\x7e\x52\x6d\x16\x9c\x4e\xc9\x72\xd5\x1d\x2c\xb1\x63\x39\xc1\xfa\x0a\xa2\x38\xed\xf9\x14\xbb\x78\x6b\xac\x35\xcd\xe2\xf6\x63\xdc\xa9\x38\x39\xf3\x1c\xef\xc3\x4b\xb1\xd1\x39\x59\x7b\x1e\x1e\x50\x91\x56\x69\x38\x49\x3a\xbf\x68\x23\xf0\x94\x20\x58\xce\xd9\xb2\x4e\xbb\x89\x0f\x47\x3d\x89\x82\x81\x68\x9d\xcb\x4f\xce\xb1\xbc\x9e\xad\xe7\x59\xaf\x36\xa1\xca\xfe\x25\x6b\xc6\x4e\x59\xce\x5a\x9f\x4e\x2e\x3c\x9f\xf4\xec\x1b\x09\x61\x79\xd2\x13\x5b\x76\xa6\xdc\x73\x6b\x88\x70\x73\xa8\x78\x31\xb0\x48\xbc\x5e\x6d\x92\x41\xe4\x7d\x18\x45\x37\x20\x77\x83\x2f\x80\x97\xea\x67\x33\x24\xde\xe0\x04\xcd\xcd\x1f\x16\x77\x03\xa1\xdd\xeb\x85\x0a\x8b\xbb\x91\xf6\xd8\x6f\xcb\xf7\x21\x2e\x8c\x06\x09\x1d\xed\x19\x4a\xfa\x06\x9d\x56\xfe\x8c\xf0\x36\x8d\x4f\x6b\x18\xb7\xe8\x70\x71\x37\x4a\x3d\x85\x98\xf9\x38\xf9\x29\xc4\xfb\xe4\x3a\x63\xda\x97\xe8\x8d\x84\xb3\x07\x0f\xc8\x8d\x1d\xff\x07\xfe\x3e\x9a\x84\x2a\x2c\x7b\x71\x03\x13\xf7\x4a\x55\xbb\x52\x5f\x7a\x79\x60\xa5\xf6\x7c\x5e\xc4\x00\x1a\x8d\x1b\x34\xd0\x50\xf9\x65\x0d\x07\x7a\xa7\x20\x99\x63\xbc\x3c\xc7\xe0\x18\xfc\x0e\x00\x00\xff\xff\x9d\xf2\x7d\x21\x87\x05\x00\x00" +var _transactionsSetup_account_from_nft_referenceCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x54\x41\x6b\xe3\x3c\x10\xbd\xfb\x57\xbc\xe6\x50\x6c\x48\x9d\xcb\xc7\x77\x08\x49\x4b\xf1\x6e\xa0\x87\x0d\xa5\xcd\xf6\x3e\xb1\xc7\xb1\xa8\x2b\x19\x49\x8e\x09\xa5\xff\x7d\x91\x15\x27\x91\xdb\xb2\x87\xd5\xc9\xc8\x6f\xde\xcc\x9b\x79\xa3\xd9\x6c\x86\x4d\x25\x0c\xac\x26\x69\x28\xb7\x42\x49\x08\x83\xae\x22\x0b\x92\xa0\x3c\x57\xad\xb4\xe8\x54\x5b\x17\xd0\xad\x8c\x5c\x84\x55\x30\x6c\x21\xac\xe1\xba\x44\xdb\xb8\x0b\xcd\x39\x8b\x3d\x63\xbd\xda\x98\xd4\x73\x96\xad\xec\x09\xfb\x98\xd6\xb0\xc1\x5e\x70\x67\x1c\xfa\x55\xaa\x0e\x5d\xc5\x9a\x07\x32\xc7\x52\x31\x72\x55\xd7\x7c\x8e\x12\x12\xc6\x2a\x4d\x3b\x06\xc9\xc2\x61\x73\xcd\x64\xb9\xc7\xf2\x5b\x63\x0f\x17\x11\x69\x14\x89\xb7\x46\x69\x8b\xb5\x92\xab\x56\xee\xc4\xb6\xe6\x8d\x7a\x65\x89\x52\xab\x37\x4c\xc6\xd7\x93\x01\xff\x8b\x2d\x15\x64\xe9\xa5\xaf\xcf\x83\x83\xbb\x49\x14\x5d\x74\x28\xa6\xa2\xd0\x6c\xcc\x1c\xf7\xfe\x63\x8a\xa6\xdd\xd6\x22\x7f\x24\x5b\xcd\xf1\x78\xfa\x9e\x42\x14\x73\xfc\x7e\x90\xf6\xff\xff\x12\xbc\x47\x11\x00\x34\x9a\x1b\xd2\x1c\x1b\xb1\x93\xac\xe7\xa0\xd6\x56\xf1\x83\x31\x2d\x3f\x7b\xa9\x19\x35\xb4\x15\xb5\xb0\x87\x4c\x49\xab\x9d\x3e\x3d\xf5\xac\xa6\x3a\xff\x9c\xe2\x99\xf6\xfc\x42\x75\xcb\x09\xae\xef\xfd\xa4\x5c\x16\x1c\x4f\xcd\xf6\xa2\x3b\x58\x62\xc7\xf6\x08\x1b\x14\x24\x69\x3e\xf0\x09\x36\xe9\x56\x69\xad\xba\xc5\xf5\xfb\xb8\x53\x69\x76\xe2\xf9\xb8\x8d\xcf\x62\x93\x53\x32\x77\xee\xee\xd0\x90\x14\x79\x3c\xc9\x7a\xbf\x48\x65\xe1\x29\x41\xd0\x5c\xb2\x66\x99\xf7\x13\x0f\x47\x3d\x49\xa2\xa0\x68\x59\xda\x27\x2e\xb1\xbc\x9c\xad\xe7\x59\xaf\x36\xb1\x28\xfe\x25\x6b\xc1\x46\x68\x2e\x9c\x4f\x27\x67\x9e\x6f\x7a\xf6\x83\x2c\x61\x79\xac\x27\xd5\x6c\x54\xbd\x67\x67\x88\x78\x73\x68\x78\x11\x58\x24\x5d\xaf\x36\x59\x10\x79\x1b\x27\xc9\x15\xc8\x5c\xe1\x2f\xc0\xb3\xfa\xd9\x0c\x99\x37\x38\x41\x72\xf7\xc9\xe2\x26\x28\xb4\xff\x7b\xa6\xc2\xe2\x66\x54\x7b\xea\xb7\xe5\x67\x88\x8b\x93\x20\xa1\xa1\x3d\x43\xd8\xa1\x41\xc7\x95\x3f\x21\xbc\x4d\xd3\xe3\x1a\xa6\x0e\x1d\x2f\x6e\x46\xa9\xa7\xb0\x6a\x3e\x4e\x7e\x0c\xf1\x3e\xb9\xcc\x98\x0f\x12\xbd\x91\x70\xf2\xe0\x01\xa5\xd2\xe3\x77\xe0\xeb\xd1\x64\xd4\x60\x39\x14\x17\x98\x78\xa8\x54\xb8\x95\xfa\xca\xcb\x4f\xfe\xa9\xd2\xd3\x4f\xef\x44\x68\xf3\xc0\x65\xee\x7c\xaf\x2f\x80\x26\xe3\xde\x05\xe5\x35\x7e\x8f\xe3\x40\xca\x14\x64\xe7\x18\xef\xd5\x47\xf4\x11\xfd\x09\x00\x00\xff\xff\x93\xe4\x1d\xb8\xa2\x05\x00\x00" func transactionsSetup_account_from_nft_referenceCdcBytes() ([]byte, error) { return bindataRead( @@ -405,7 +405,7 @@ func transactionsSetup_account_from_nft_referenceCdc() (*asset, error) { } info := bindataFileInfo{name: "transactions/setup_account_from_nft_reference.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x96, 0xcb, 0x4d, 0x1b, 0x65, 0x9, 0x82, 0xc9, 0xdb, 0x37, 0xa1, 0xf2, 0x15, 0x6a, 0x8d, 0xe8, 0x34, 0x28, 0x89, 0xc8, 0x61, 0x33, 0xe6, 0x4e, 0x84, 0x7f, 0x34, 0xfd, 0x3e, 0x6c, 0x7f, 0x3c}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2c, 0x2, 0x7d, 0xd4, 0x7d, 0xc3, 0x0, 0xf, 0x6, 0xd, 0x9e, 0x48, 0x69, 0x8c, 0xcf, 0x6c, 0x19, 0x8d, 0x4c, 0x74, 0x9a, 0xad, 0xa5, 0xb2, 0x80, 0x61, 0xf1, 0xc3, 0x72, 0xfd, 0x8b, 0xef}} return a, nil } diff --git a/transactions/setup_account.cdc b/transactions/setup_account.cdc index 8501ea7..f45b2d6 100644 --- a/transactions/setup_account.cdc +++ b/transactions/setup_account.cdc @@ -25,7 +25,7 @@ transaction { // create a public capability for the collection signer.capabilities.unpublish(collectionData.publicPath) - let collectionCap = signer.capabilities.storage.issue<&ExampleNFT.Collection>(collectionData.storagePath) + let collectionCap = signer.capabilities.storage.issue<&{NonFungibleToken.Receiver, NonFungibleToken.Collection}>(collectionData.storagePath) signer.capabilities.publish(collectionCap, at: collectionData.publicPath) } } diff --git a/transactions/setup_account_from_nft_reference.cdc b/transactions/setup_account_from_nft_reference.cdc index 914cc43..99b4f38 100644 --- a/transactions/setup_account_from_nft_reference.cdc +++ b/transactions/setup_account_from_nft_reference.cdc @@ -24,7 +24,7 @@ transaction(address: Address, publicPath: PublicPath, id: UInt64) { signer.storage.save(<-emptyCollection, to: collectionData.storagePath) // create a public capability for the collection - let collectionCap = signer.capabilities.storage.issue<&{NonFungibleToken.Collection}>( + let collectionCap = signer.capabilities.storage.issue<&{NonFungibleToken.Receiver, NonFungibleToken.Collection}>( collectionData.storagePath ) signer.capabilities.publish(collectionCap, at: publicPath)