From 782f15488ef020caf064a7454eef4abc92a7480c Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Tue, 10 Sep 2024 17:46:00 -0500 Subject: [PATCH] remove panic in resolveView --- contracts/ExampleNFT.cdc | 33 ++++++++++++---------- lib/go/contracts/internal/assets/assets.go | 6 ++-- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/contracts/ExampleNFT.cdc b/contracts/ExampleNFT.cdc index 2ea206f..d418706 100644 --- a/contracts/ExampleNFT.cdc +++ b/contracts/ExampleNFT.cdc @@ -133,22 +133,25 @@ access(all) contract ExampleNFT: NonFungibleToken { resourceType: nil, viewType: Type() ) as! MetadataViews.EVMBridgedMetadata? - ?? panic("Could not resolve contract-level EVMBridgedMetadata.") - // Compose the token-level URI based on a base URI and the token ID, pointing to a JSON file. This - // would be a file you've uploaded and are hosting somewhere - in this case HTTP, but this could be - // IPFS, S3, a data URL containing the JSON directly, etc. - let baseURI = "https://example-nft.onflow.org/token-metadata/" - let uriValue = self.id.toString().concat(".json") - - return MetadataViews.EVMBridgedMetadata( - name: contractLevel.name, - symbol: contractLevel.symbol, - uri: MetadataViews.URI( - baseURI: baseURI, // defining baseURI results in a concatenation of baseURI and value - value: self.id.toString().concat(".json") - ) - ) + if let contractMetadata = contractLevel { + // Compose the token-level URI based on a base URI and the token ID, pointing to a JSON file. This + // would be a file you've uploaded and are hosting somewhere - in this case HTTP, but this could be + // IPFS, S3, a data URL containing the JSON directly, etc. + let baseURI = "https://example-nft.onflow.org/token-metadata/" + let uriValue = self.id.toString().concat(".json") + + return MetadataViews.EVMBridgedMetadata( + name: contractMetadata.name, + symbol: contractMetadata.symbol, + uri: MetadataViews.URI( + baseURI: baseURI, // defining baseURI results in a concatenation of baseURI and value + value: self.id.toString().concat(".json") + ) + ) + } else { + return nil + } } return nil } diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index 58913b3..87a2c3b 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -1,6 +1,6 @@ // Code generated by go-bindata. DO NOT EDIT. // sources: -// ExampleNFT.cdc (16.763kB) +// ExampleNFT.cdc (16.88kB) // MetadataViews.cdc (29.427kB) // NonFungibleToken.cdc (13.336kB) // ViewResolver.cdc (2.71kB) @@ -73,7 +73,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _examplenftCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x3b\x6b\x73\x1b\x37\x92\xdf\xf5\x2b\x3a\xfc\x90\x23\x73\x32\x69\xe7\xb5\xbb\x2c\x33\x4e\x22\x59\x39\x5e\xd9\x5a\x97\x44\x3b\x57\xe5\x52\x79\xc1\x99\xa6\x88\x68\x06\x60\x00\x8c\x68\x96\x4b\xff\xfd\xaa\x1b\xf3\xc0\xbc\x48\xca\xbe\x5c\xdd\xf1\x83\x4d\x0d\xd1\x8d\xee\x46\xa3\xdf\x33\xf9\xe6\xe4\x9b\x93\x6f\x00\x16\x6b\x69\x41\x5a\x10\x0a\xf0\xa3\x48\x37\x09\x82\xa4\x7f\x53\x54\x4e\x38\xa9\x15\xe8\x15\x08\xb8\x48\xf4\x16\x2e\xb5\x7a\x72\x91\xa9\x5b\xb9\x4c\x10\x16\xfa\x0e\x15\x61\xc8\xac\x54\xb7\xe0\xd6\x08\xef\xbe\x05\xeb\x84\x8a\x85\x89\xc7\xf4\xcb\xdc\x11\x66\xa5\x1d\x6c\x84\x71\x84\x88\x56\xe9\xd5\x4a\x46\x52\x24\xe5\x5a\x58\x66\x0e\xa4\x03\x61\x6d\x96\x62\x0c\x4e\xc3\x12\x09\xde\xca\x54\x26\xc2\xd0\x83\xb5\xde\x42\x2a\xd4\x0e\x2e\x2f\x16\x16\xb6\x3a\x4b\xe2\x8a\x4e\x46\x1b\x69\x83\xb0\xca\x54\x44\x44\x8b\x44\xba\xdd\x38\xe0\x30\xd2\xca\x19\x11\x39\x88\x35\x7a\x92\x2a\x68\x42\x6b\xf5\x66\x2d\xad\x93\x91\x70\x18\x43\x94\x08\x6b\xe5\x8a\xfe\x92\x9a\x99\xb4\x3b\xeb\x30\x85\x95\x36\x20\x9d\x65\x2a\xc6\xc4\x5f\x8c\x2b\xa9\xd0\x82\x20\x62\x49\x78\x97\x17\x0b\xd8\x4a\xb7\x86\x54\x2a\x99\x8a\x04\x52\x74\x22\x16\x4e\x30\x35\x93\x93\x13\x99\x6e\xb4\x71\x30\xb8\xd4\xaa\x90\x25\x8b\x72\x50\xfe\xf2\x4e\xe2\xf6\x0a\xad\x4e\xee\xd1\x54\x4f\x5f\xe7\x78\xe8\x57\x3b\x38\x39\x11\x51\x84\xd6\x0e\x45\x92\x8c\x2a\xee\x5e\xfa\x23\xbc\xbc\x58\x4c\xa1\xb9\x01\x7c\x3a\x39\x01\x00\x98\x4c\x26\x70\x5d\x88\xfe\x8d\x70\x6b\xcb\x8f\x43\x7c\x09\x3a\x38\xd3\x49\x82\x2c\xcc\x6b\xa7\x8d\xb8\x45\x5a\x3a\x85\xe0\x8f\x03\x60\x6f\xb2\x65\x22\x23\x0f\x55\x7d\xaf\x68\xa0\xbf\x60\xbb\x46\x83\x7c\x7e\xa9\x54\x0e\x0d\xd8\x35\x9f\xed\x12\xc1\x3a\x6d\x30\x2e\x97\x2f\xd6\x58\x69\xcc\x86\xc8\xe6\xd3\xf0\x47\x5f\xec\x09\xc2\x14\x80\x20\x55\xf3\x47\x83\x56\x67\x26\x42\x70\xbb\x0d\x76\x52\xff\x9a\x89\xe8\x65\xb8\x24\xe6\x77\x84\x68\xad\xb5\xf5\xa4\x2b\x91\xfa\x83\x27\x66\x4e\x59\x9d\x1d\x29\x1d\x6d\x03\x91\x50\xb0\x16\xf7\xc8\x6a\xc6\x2b\x95\xde\x96\x88\x96\x18\x89\x2c\x47\xc3\x7b\xaf\x44\x84\x95\x92\x1a\xfc\x33\x93\x06\xe9\x76\xd0\x25\x60\x34\x60\x37\x18\x91\x72\x7a\x6c\x84\x36\xd5\xa6\xcd\x4f\xc9\x6d\xa7\x36\x8c\x89\xde\x5c\x23\xba\x24\x21\xe3\x29\xbc\x9d\x2b\xf7\xe3\xf7\xd5\x1a\x22\xf8\xc2\xe8\x94\xa9\x3d\x97\x76\x93\x88\x5d\xa9\xdf\x70\x2f\x71\xdb\x8b\x8e\x48\x25\x59\x1a\xa9\x6e\x7b\x17\xc5\x68\x23\x23\x37\x74\x56\x07\xd7\xba\x75\x96\x2e\x95\x90\x49\xb9\xb2\x4e\x66\xae\x1a\x57\x7a\x27\x12\x27\xd1\xee\xa7\xd3\x62\xb2\xf2\x78\x4d\x01\x30\x85\xf7\xb5\x2b\x37\xf6\xa8\x76\x37\xf5\x8d\x7e\x43\x85\x46\x46\x10\x4b\x6f\x78\xcc\x8e\xed\x9c\x11\x64\x26\x88\x02\xd6\x0b\x61\xfb\x77\x2c\x08\x9b\xc2\x27\xcf\xc9\x14\x7e\x51\xbb\x6b\x67\xb2\xc8\x3d\x54\x9b\x49\x25\xdd\xb0\xfc\x8b\x3e\xa1\x4c\x4f\x6b\xbf\x74\x08\xb2\xbe\xa0\x25\xbd\xfa\xcf\x87\x85\x50\x5f\xbf\x97\x85\x6a\xe9\x08\x3e\xd5\xc0\x48\x06\x63\x19\xc3\xcc\x7f\xcb\x32\x19\xb7\x7f\x67\x25\x9f\x31\xb3\xed\x1f\x03\x46\x61\x16\xb2\xdd\x5e\x5a\xb2\x0c\xb3\x8a\xfd\xf6\xb2\x92\x75\x98\x55\x62\x68\x2f\x2b\xb5\x69\x56\x32\x5f\x2e\x7a\xa8\x6b\x48\x64\x50\x38\x7c\x99\x6e\xdc\xae\x32\x8e\xf9\x53\xef\x77\xe9\xa7\xc0\x70\xd6\xa0\x85\x8a\xc1\xa0\xcb\x8c\xb2\xb9\x15\x60\xa3\x26\x92\x84\x8c\x25\xfd\x25\xd8\xff\xed\xd8\xd0\xe8\xad\x62\xdf\x54\x43\xf1\xf3\xa7\xd6\xe5\xaf\x36\x7b\xe8\xbc\x61\xab\x4c\x75\xd3\x3d\x1c\x4d\x0f\xe0\x6b\x9c\xb1\xa7\x1d\x9e\x3f\xa9\x5c\xd3\xb8\x1b\xb3\x5a\xb9\xc5\x6e\x83\x53\xa0\x7f\x9f\xff\x1c\xac\xbf\xbc\x58\xfc\x34\x1c\x8d\xba\x04\x1c\x12\x4d\x17\x9b\x29\xbf\x45\xc7\xda\x4a\xc4\xbe\x27\x6c\x37\xdd\x44\xbd\xaf\x3d\xa4\x0f\x6f\x5d\xd7\xf8\xdc\xce\xfd\x34\x1c\x9d\x1e\xb3\xbc\x34\x38\xc7\x02\xbc\x8c\x25\xb1\x7f\xfc\xfa\x8f\x0e\x8d\x12\xc9\xdb\xab\x57\xc7\x82\x5c\x5e\x2c\x2a\x39\x9f\x0b\x27\x3e\x0f\xf0\x71\x82\xb8\x46\x23\x45\x72\xec\xea\x05\x1b\xcc\xa3\x65\xf0\xee\xf5\xaf\x46\xc6\xb7\x18\x17\xcf\x7f\x1a\x8e\x6a\x80\x37\x87\x94\x85\xf4\xc4\xf8\x20\x8b\x70\x0e\x3f\xb0\xfa\x78\xe5\x1b\x05\xe6\xeb\x45\xd3\x66\x6d\xa5\x8b\xd6\x5e\xd7\x3e\xb5\x68\x8d\x84\xc5\xfd\x4a\x34\x6d\xc1\x40\xa5\x90\x9d\x40\xc3\x4e\x08\x28\x1d\x40\x69\x25\xdb\xa2\x2b\x3e\x35\x7f\xd0\x34\x9c\xfd\x60\x81\x97\xa8\x53\xf6\x1f\x8b\xc5\x9b\x0b\x99\x60\x3f\x69\xf4\xc9\x4c\x32\x6d\xd8\xde\xde\xf5\xa3\xce\x5f\xda\x4f\xfb\x04\x1c\xdc\xa2\x6e\x09\xfb\x08\x92\x42\x29\x8a\xac\x20\x15\x1f\x41\x65\xe9\x12\x0d\xb9\x6b\x4e\x2a\xd8\x92\x92\x11\x5d\xe6\xc1\x68\x0c\x2b\x1f\xec\x04\xf9\x43\x1f\x6e\xeb\xed\x32\xa1\x45\x4f\x0a\xac\x24\x26\x31\xdc\x8b\x24\xe3\x4d\x2d\xb2\xf5\x56\x3d\x42\xa0\x48\x20\x87\x9c\xab\x95\x86\x19\x74\x32\x38\xf4\x67\x3e\xc8\xad\x23\x47\x17\xf9\x4f\x83\xd3\x9c\xa3\x69\xe1\x58\x4f\x89\x9e\x29\x6d\xd9\x2d\xde\x60\xcf\x57\xd2\xba\x96\xb3\xcf\x11\xdf\xc0\x0c\xde\x07\xb4\xdd\x1c\xaf\xc2\xc5\xb1\xf4\x2b\x4a\xb0\xff\x17\xaa\x40\x69\x70\x1e\x71\xc5\x3c\x4c\x3f\x75\xb9\x20\xbf\x90\xb2\xd0\x27\x3c\x82\xb8\x12\xec\x00\x7d\xdd\x61\xca\xe3\xc9\xac\x7b\x96\x47\x10\x1a\x00\x0e\x07\x6b\xe7\x36\x76\x3a\x99\xe4\xd5\x84\x27\x6a\xe5\xc6\x5a\xad\x12\xbd\x1d\x6b\x73\x3b\x19\x8c\x23\xad\x22\xe1\x86\xb9\x68\xc7\x4e\xfb\x90\x71\x38\x1a\x1d\x4f\x6a\x97\x47\xdb\x4b\x70\x10\x4d\xe4\x56\xff\x2c\xbf\xd1\x6c\xfd\x8b\x5c\x69\x6f\x00\x72\xca\x56\x3f\x58\x72\x98\xa6\xcf\xe5\xe8\x38\x77\xf1\xbf\xce\x54\x49\xd6\xf1\x7c\x95\x8e\xbd\xd7\x2c\xe3\xc7\x28\xc9\xe2\xc2\xe6\x2e\x24\xe7\xb4\x31\xac\xb4\x26\x7b\x69\xd7\x7a\x0b\xda\xad\xd1\x40\x66\xd1\x92\xb5\xf6\x28\xfb\x2d\x9a\xc7\x17\xfb\x65\x64\xbb\x06\x15\xea\xc1\x29\x0c\x56\x5a\x0f\xba\x6d\x18\x27\x96\x0c\x46\xc4\xb7\x6c\x30\xe5\x78\x0b\xed\xf1\x0e\xe9\x8f\x69\x3d\x19\x38\x2d\xf7\xbe\x14\x29\x25\x4f\x75\x52\x46\x27\x7d\x22\x08\x58\x97\x16\x04\x64\x4a\x7e\x04\x27\x53\xb4\x4e\xa4\x9b\x53\xd8\x62\x51\x17\x49\x85\xb9\xa3\x3c\x80\x4b\x4c\x02\x62\x7f\x22\x24\x77\x72\x41\x9b\x44\xb8\x95\x36\xa9\x85\x3b\xa5\xb7\x5c\x34\x2b\x44\x28\xdd\xb8\x97\xe5\x6a\x7b\x26\xb4\xc5\x37\x3f\x2d\x3c\x4f\x4d\x96\xec\xdd\x1a\x52\xa8\x89\xfb\xe6\xab\xd3\x90\xc8\x29\x0c\xce\x85\x23\x48\x23\x8c\x74\xbb\x3d\xce\xa9\x3a\x87\xb1\x88\xbd\x04\x87\x0d\x42\xfb\x05\x4a\xca\xc3\x92\x64\x2c\x5e\x5a\xa4\x0c\x94\x1f\xf9\x9d\x7b\x85\xb1\xd2\xfe\x84\xaf\x78\x59\x4b\x16\xfe\xf1\xd0\x46\xda\xe0\x14\x9e\x3d\x1d\x3f\xcd\xbd\xec\xb3\xa7\xfc\xbd\x16\x6a\x0d\xce\x74\x9a\x6a\x35\xe8\x77\xbf\xc5\x6e\xfb\x65\x4e\x1a\xdb\x27\x6c\xd6\xe6\x86\x90\x95\x4c\x2a\x09\xd7\x19\x3a\x5e\xd8\x05\x5c\x8f\x94\x73\x1b\x54\x41\x1e\xef\x67\xba\xa2\xf7\x5e\xf3\x30\x2f\xea\xb4\xbe\xca\x2c\xad\x8f\xbd\x6f\xe5\x3d\xfa\x02\xcb\xc6\xe8\x3f\x30\x72\x3e\x44\xd3\x09\xe8\x7b\x34\x5e\xf5\xd7\x08\x4b\xbf\x11\xc7\x49\xd2\x82\xc1\x8d\x41\x8b\x1c\xdc\x09\x4a\xbe\xfb\x76\x7d\x79\x75\xf6\xb7\x6f\x9f\xc1\x76\x8d\xaa\xc4\xe1\x34\xbc\x7c\xf7\x1a\xb4\xf2\xd5\xf0\x7b\x29\xfc\xfe\x5c\xdb\x04\xa9\x56\x46\x58\xce\x19\x32\x53\x6c\x3c\xee\xd5\xd0\xdf\xb0\x28\x5b\x7b\x8b\xfd\x24\xc1\x7b\x4c\x8a\x92\x5e\x0c\x76\x97\x2e\x75\xe2\xcf\xbc\xdf\xd6\x15\xd0\xaf\x18\x78\x76\xc8\x23\xec\x0d\xd7\xeb\xee\x82\x54\x68\xef\xf2\xbd\x6e\xe3\x70\x82\x16\x7e\x46\x20\xec\x57\xcd\x98\xa2\x85\xe1\x45\x2f\xfc\x8b\x17\xb0\x11\x4a\x46\xc3\xc1\x19\x1b\x49\x5f\x39\x65\xf6\x9b\xf2\x6d\xa3\x1d\xf7\xdc\xce\xc9\x04\xce\x74\xba\x29\x6a\xbc\x4e\xdf\xa1\xca\x91\xbc\xbd\x9a\xc3\x52\x58\x8c\x49\x17\x04\x7f\xe5\x67\x74\x6e\xe5\x5a\x98\x9f\x9f\xc2\x46\xcb\x5c\x71\x35\x08\xf8\xcf\xeb\x7f\x5e\xc2\x4a\x26\x38\xe6\xa6\x44\xdf\xb6\xdb\xa2\x02\x2e\x78\x31\xec\x74\xf6\x6f\xf7\x08\xd9\x26\xd1\x22\x26\xc5\x55\x31\xd7\xb9\xd7\xda\x32\x6e\xab\x53\xf4\x75\xf4\x27\xbe\xe8\x4d\xf9\x0a\xd1\x44\x69\x5a\x50\x8e\x8e\x72\xbc\xbd\x37\xed\xcd\xc5\xf5\x29\x5c\x7f\x77\x4a\x8e\x45\x38\x01\x6f\xaf\x5e\xb1\xfc\x84\x54\x45\x8b\x87\x59\x88\xa5\xc1\xc8\x25\xbb\x53\x40\x17\xf5\xbb\x15\x92\x0b\x89\x65\x06\x87\x82\x42\x2f\xdc\xc2\xa6\x4d\x06\xbd\x28\x33\x23\xdf\x71\x42\x35\x83\x76\xfc\x58\x44\x96\x83\xf1\x1f\x96\x8d\xee\x23\x22\xd8\x96\x5a\x1c\xca\xba\x6b\x37\xef\x40\xfa\xed\xef\x72\x13\xc6\x3f\xed\x87\xca\x8c\x6c\xe6\xdd\x6f\xaf\xe6\xfb\xef\x70\x2e\xf2\x69\xf1\xe5\x94\xce\x95\x7b\x54\x74\x80\xc5\x81\x18\xb4\x59\xe2\x2c\x29\x8b\x00\x2f\x34\x54\x65\xb3\xaf\x58\x45\x6a\xc6\xe6\x67\xbf\x19\x08\x9c\xd2\xfe\xd3\xe8\xc3\xd0\x97\xfa\xd7\x1e\x3f\x74\xd5\xef\xc2\x5c\xda\x2f\x78\x28\x5a\x34\x70\x4e\x96\x9e\xbb\x79\x53\xf8\xa7\x4a\x76\xdc\x9b\xe1\x8e\xd1\x52\x44\x77\x5b\x61\x62\x88\x74\xba\x11\x4e\x2e\xa5\x6f\x16\x42\x5f\xff\xa4\xea\xcb\x54\xe6\xb5\xd9\xe6\x82\x4f\xf9\xd6\x9d\x18\xaa\xd5\x1d\x8d\x98\xea\xc7\xd3\xbd\x1b\xd4\x6a\xba\xf5\x76\x03\x79\xb7\x48\x2b\x0a\xfd\xbc\xb1\xb9\x43\x55\xaf\x01\xe7\xfe\x4f\xd4\x7b\x60\x79\x18\xa9\xe0\x5f\xbe\xd5\xf3\x2f\x98\x9f\xfb\xba\x45\x77\x81\x55\x18\x8a\xa0\x30\xbe\xbc\x58\xd8\x29\xfc\xfc\xc9\x43\x4d\xa1\x5d\x10\xbe\xbc\x58\x3c\x34\x9a\x17\x30\xec\xac\xff\x97\x08\xe1\xf9\x13\x92\x62\x75\xa0\x35\x06\x6e\xd1\x5d\x67\x9b\x8d\x36\x8e\x57\x93\xcf\xb1\x65\x61\x5c\x40\x22\xad\x2b\x24\xe1\xf8\xb7\xbc\x30\xce\x4e\x3f\x42\x49\x41\x01\xf1\xb2\x71\xad\x56\x4c\xab\x78\xdc\xda\x68\x38\x9a\xc2\x27\xef\xec\x7e\xd5\x3a\x69\xd6\xb8\xc9\x32\xd9\x02\x86\x01\x1a\xcb\x67\x21\x63\xcc\x79\x6d\xf5\xfb\x9e\xdc\xec\x06\x66\xe0\x4c\xe3\x02\xe6\xba\x5f\xc7\xd0\x27\xb5\xab\x5c\x40\xdb\x35\x72\x0a\xa5\x0d\x3b\x47\xb2\xe4\x14\x40\x29\xaf\x05\xa4\x18\x2c\x1a\x8c\x61\xb9\x6b\x74\x4d\x6b\xf8\x7e\x09\xdb\xa9\x65\xc1\xcc\x03\x73\x27\x92\xf1\xe5\xb9\xca\x1f\x99\x75\x55\x98\x98\x21\xe1\x8e\x71\x25\xb2\xc4\xed\x3f\x02\x69\x9b\x27\x30\x74\x65\xa4\x31\xf2\x42\xed\xae\xe8\xf3\xf6\xb3\x59\x5f\xb2\xdb\x27\x26\xba\x06\xb1\x11\x5b\x30\x98\xea\x7b\xdf\x95\x21\x4d\x5a\x15\xcd\xce\xb0\xc3\xac\x62\xf0\x8b\x9a\xed\x98\x26\x53\xad\x4b\xf1\x7b\xbe\x8d\xaf\x3e\x17\x9b\x0e\x8b\x2f\xf3\xf3\xa2\xe5\xda\xdd\x64\xa1\x3b\xd5\xa1\x79\x3e\xda\x78\xfe\xa4\x71\x9d\xc6\x9e\x97\xe1\x1d\xee\xa6\x50\x6d\xd1\xb6\xb6\x55\xf4\x14\xc8\xab\x32\x3f\xe3\x02\x76\x0a\x55\x74\x55\x0a\x2c\x17\x14\xdb\x11\x92\xc4\xfc\x7c\xd6\xed\xbd\xe9\x53\xb8\x84\x8a\x9a\xb0\xfa\x73\x10\x6c\x30\x86\xb3\x35\x46\x77\xbc\x91\xcd\x96\xa9\x74\xa4\xb1\xf3\x73\x3a\x86\x54\xdc\xd1\x43\xdf\x2b\x97\x16\xb4\xc2\xc0\x04\x04\xe7\xa7\xb7\xca\x0e\x46\x0d\xf7\x52\x76\xa9\x58\x98\x7d\x6a\x12\xe3\x46\x5b\x3a\x75\x71\xc7\x23\x1f\xc4\x39\x07\x63\x71\x5c\xd3\x86\x72\x33\x1b\xd8\xe9\x56\x57\x8f\xa1\xbc\xcc\x0a\x48\x49\x81\x9d\x11\xbb\xde\x8e\x45\x4e\xc1\x90\xc9\xec\x55\x92\xa6\x9d\xad\x69\x89\xff\x42\x01\x77\xe3\x7e\xb4\x40\xb8\x33\xcb\xcb\xc7\x32\xae\xcb\x8b\x58\x88\x7d\xb0\xab\x70\x9b\xe3\xcc\x99\x08\x5c\xd3\x76\x2d\xa3\x75\x79\xa9\x78\xf8\x27\xa1\xa0\x19\x5b\x7b\xe9\x24\x5e\x74\xeb\xf1\xfb\x82\x82\x9b\x92\xfa\x3a\x2d\x31\x5a\x67\xf4\xae\x44\xd1\xa2\x34\x1f\x00\x8a\xd9\xd0\xf1\xcc\x08\xfa\xc0\x79\x93\x19\x8a\xef\x49\x59\x92\x5d\x13\xea\x5c\xb3\xa6\x33\x9b\x9a\x62\x70\x53\x8d\xd9\x64\x2a\x41\x6b\xe9\x61\x73\x26\xa3\x89\xc5\xa0\xb0\x9a\x45\xb3\x15\x8a\x35\x04\x53\xe9\x8a\xc1\x80\xb7\x9b\x98\xe7\x8d\xf0\x1e\x95\xab\xe2\xf8\x26\x12\xa9\xea\xfb\xb7\xa4\x27\x32\xb7\x66\xde\xaf\x70\x05\x33\x18\x7e\xdd\x10\x21\x09\x8f\xd2\xdd\xcc\xad\xdb\x56\xc9\x13\x31\x82\xaf\xbb\x95\xe9\xc5\xe8\xab\x06\x3d\xe1\x6e\xe3\x8c\xa1\x17\x46\x28\xbb\x42\x73\x2e\x1c\x0e\xe9\xc1\x94\xfc\xe8\x59\x66\x0c\x2a\xf7\x6b\xa2\xa3\xbb\xe1\x68\x5c\x16\xb4\xea\x57\x3d\xd0\x42\x92\x4d\x25\x96\x61\xb8\x51\xaf\xed\xbe\x45\x37\x3f\x0f\x42\x01\xe5\xaf\x50\x31\x6d\x46\xbf\xb1\x1d\xa0\x8c\xa9\x35\x12\x74\x30\x14\x98\x9f\xfb\x2e\xb2\xb7\xcb\x3d\x7d\xe4\x86\xe1\xbd\xc3\x5d\xaf\x43\xfe\x0d\xf3\xb1\x10\x91\xea\x4c\xb9\xb2\xf9\xd4\x37\xb3\x74\x90\xc0\x57\xa8\x6e\xdd\x9a\x68\x9c\x2b\x77\x14\x79\x09\x43\x1c\xea\x8f\x96\x7b\x2c\xb5\x31\x7a\x7b\x79\xb1\x18\x7e\x08\x86\x82\x46\xd3\x5e\x7d\xe9\x26\xa2\x4f\x27\x7b\xb5\xae\x4f\x82\xbf\x32\x3d\x2c\x26\xa6\x31\x4f\xf4\x4d\x39\x0d\x96\x5f\xc5\xbc\xe8\x33\x3f\x3f\x86\xbd\x70\xe4\x6e\xd8\xe0\x32\xfc\x6d\x5c\x7c\x69\xb1\x29\x57\x7e\xce\x69\xe5\x60\x06\x8f\xe4\xb5\xa3\x91\x5c\x64\x38\x2b\xe7\x01\xbb\x89\x78\x6c\x8a\x54\x13\xe4\xa3\xe7\x52\x8a\x2b\x65\x45\x1a\x8c\xd0\xc1\x11\x83\x2a\xb5\x85\x3f\xe7\xa4\xfd\x52\xed\x11\x1d\xb1\xc7\xff\xa7\xf1\x14\x08\x53\xd1\xcf\x91\x74\xb7\x2e\x97\xf2\xf8\xc2\xc1\xa0\xe3\x44\x59\x63\xf8\x31\x72\x2d\x65\x9a\x23\x86\xf0\x7c\x9a\xb2\xb9\xc8\x27\x76\x3d\xbd\xa5\x15\x4f\x12\x66\xa7\x28\x7f\x00\xd7\x3f\xaa\x99\x5d\x9f\xa8\x08\x4a\xa6\xa1\x31\x91\x9c\x23\x3e\x69\xa9\x5b\xe0\x18\x7c\xf6\x58\xd6\x45\x38\xf4\x0a\x50\xdf\x73\xb1\xc5\xc7\x0d\xbe\x7f\xbf\x95\x49\x02\x4b\x84\xcc\xf2\xce\x25\xf2\xe2\x13\xe3\x3d\x26\x7a\x83\xc6\xd2\x41\x70\xf3\xc5\xc7\x3e\x1b\x61\x44\x8a\x0e\x79\x88\x79\x23\xac\x2d\x0e\x2a\x9c\x3d\x19\x41\x8a\x6e\xad\xe3\x71\x8d\xf8\x3e\x8b\x1f\x56\x74\x6d\x47\x93\xef\x45\xd7\xd4\x53\xe7\xc4\xd3\x67\x8d\x0a\x7d\xee\x98\xd0\xa3\xab\xc4\x37\x87\x54\x85\x05\x48\x71\x78\x6d\xb4\x33\xbf\x3b\xc1\xcc\xc6\xb8\xad\x13\x7c\x2c\xc5\xc4\xcf\xda\x77\x29\x0a\xd3\x13\xa3\x95\x26\xd7\x82\x71\x5b\x8d\xa0\xaa\xf1\x97\xdd\x84\x42\x89\x0c\xfe\x99\xa1\x75\x4d\xe0\xce\x4b\x77\x5c\xc7\xf6\x45\xb3\x3f\xdb\x37\x9b\x14\xcc\x25\x31\x33\x75\x33\xf7\x65\x7d\x74\xdf\x69\x08\x97\xb5\xda\x55\x2d\x44\xdd\x75\x4a\x1b\x4e\x56\xb3\x93\xec\x1c\x33\xef\x2e\x8a\x6e\x82\x81\xf2\x06\x6c\x35\x5f\xbe\x0f\x34\x2c\xc3\xb1\x30\xbe\xee\xcc\x78\x3b\xa7\xd0\x2a\x2c\xaf\xa4\xba\xf3\x65\x97\xcf\xc3\xd2\x69\x6d\x0b\xdd\x9e\xc2\x70\x95\x3d\xde\x8d\x85\x9f\xbf\xc2\xa5\x85\x9f\x87\xf6\xe3\xf6\x93\x9c\x88\xba\xd6\x7c\x86\x4a\xee\x19\x84\xf0\xb3\xd3\xb1\x6c\x2b\xe3\x6b\x7a\xda\xad\x80\x2b\x99\xe0\xe3\xa7\xd9\x78\x92\xad\x6c\x62\x08\x6b\xd1\xd9\xf1\x16\x97\x56\x3a\x7c\x42\x28\xed\x38\xd2\xe9\xe4\x87\xd5\x8f\xdf\xfe\xe3\xfb\xe8\x69\xf4\x37\xf1\xf7\x28\x8e\x7f\xfc\xfe\xbb\xe5\xb3\xe8\xef\xdf\x3e\x6d\xfc\x20\x7e\xf8\x21\x5a\x3e\x8b\xfe\xf1\xdd\x8f\x1f\x2e\x12\xbd\xfd\xf0\xbb\x36\x71\x2a\xcc\xdd\xd8\xde\xdf\x76\x17\x4f\x7a\x34\x89\xb9\xcf\xdb\xea\x32\x15\xb7\x38\xb1\xf7\xb7\xff\xfe\x31\x4d\xda\x58\x7a\x4f\xe8\xb0\xf0\xbb\xc5\x92\x77\xa6\xc9\x78\x16\xb3\x68\x15\xe4\xa0\x9b\xde\x7a\x6f\x7c\xd1\x28\xcc\x48\xeb\xdd\xab\xa8\xbd\x8c\xe4\x34\xac\x31\xd9\x70\xae\x9d\x7b\x59\x9f\x0c\x2b\xfc\xe8\xf2\xd7\x92\x2e\x16\xe3\x9e\x1d\xb1\x9a\x4c\x6a\x9e\xfa\x23\x86\x96\x06\x3d\xf2\xb7\x7f\x66\xc2\xe0\x9c\x24\x3f\xf5\x87\xd1\xbd\x6e\x29\x94\x42\x73\x78\x9d\xd5\x91\x14\x89\x9d\xee\xb9\xdc\x03\xb7\x95\xce\xa1\x19\x1c\xc5\x4e\xbe\x98\x95\x93\x98\xf9\xb0\xa4\x54\x3c\x5a\x0b\xd9\xd7\x90\x79\x38\xa0\x39\x5f\xd8\xd3\xff\xcb\xfb\xf9\x79\xe3\xbe\x6b\xe3\xbf\xa0\x97\xdf\xe8\x11\x37\x7a\xcd\x6f\xaf\xe6\x63\x98\x07\x0d\xd9\xd3\xda\xaa\x2a\x6c\x91\x16\x12\xed\xdf\x3c\xd3\x8a\xcb\x40\xdc\xba\xe5\x06\x6f\x5b\x53\x26\x93\xe2\x85\xb9\xa2\xa1\xfb\x3f\xd6\xb9\xfd\xa2\xde\x68\x7d\x32\xf5\xf2\x62\xd1\x73\x27\x8b\x6e\xe8\xe0\xbf\x5e\xbf\x79\xd5\xb3\xe6\xb1\xbd\xcf\xb2\xef\xc9\x93\x2f\x93\x09\x58\x74\x2e\x6c\x79\x0a\x4b\x3f\xd1\x63\x1b\x74\x3f\x7c\x70\x2f\xfc\xa3\xcc\xc8\x70\x66\xb7\x77\xaf\xbc\xe3\x79\xa8\xa7\x5d\x2a\x43\xf9\x02\x20\xf7\x41\xbb\xed\xfb\x9e\x5b\xf7\xd0\x8c\xe1\x8b\x94\x3e\x88\x8c\xaf\xca\xa6\x1e\x57\xba\x14\x88\x38\x95\x0a\xb4\x61\x65\x72\x6b\x9e\x12\xc8\x5f\xa6\xf4\xd3\x05\x94\x0f\xfa\xf7\x2c\x0b\x1c\x62\xe9\xad\x6d\x2a\x95\xe3\xa2\x6e\x99\x2e\x76\x45\xb0\xe1\xcb\x65\xfe\xa5\xb9\xf0\x65\xb2\x49\x3e\xd3\x46\xb7\x94\xfe\xa7\x20\x3d\x47\x59\x4c\xae\xd1\x9f\x41\x6d\x66\x7f\x46\x4b\xf4\x93\x3c\xf1\x63\x77\xe7\x88\xe2\xe9\x7c\xbf\xff\x3b\xaf\x48\x95\xcb\x29\x98\xab\xc7\x56\xa1\xac\xa0\x0c\x65\xf6\xbc\x43\xd5\xee\x20\x72\x4c\x1e\xd4\x57\x61\xd6\xae\xb8\xd6\x00\x9a\xe3\x79\xbc\x66\x70\x03\xb3\x1a\x9a\xf1\x1a\xe5\xed\xda\xed\x85\xf4\x83\x7d\x4d\xc0\xb2\xba\xdb\xaa\xbf\xb3\xfd\xdb\x48\x8c\x38\xc5\x2a\xad\x5e\x2d\xa7\x2e\xc6\x14\x31\x5d\x62\x1c\xd3\x79\xfb\xf1\x35\x90\x8a\x47\x67\x78\xcc\xac\x87\x2a\x9e\x80\x83\x19\x0c\x96\xc2\x0c\x5a\xbb\xe7\x35\x88\x52\x01\x6b\xbf\xdf\x0b\x0a\x24\xb6\x74\x24\x55\xb9\xa2\xa5\x45\x95\x26\x75\xcf\x79\xd4\x74\x69\xef\x9b\x15\x81\x52\x95\x5f\xdb\xab\x02\xdd\x2a\xbf\xb6\x57\x55\x0a\x53\xce\x9f\xd6\xd6\xf4\xb5\xb8\x3c\xbf\xdd\xd5\x2a\x7e\xc9\x70\x54\xbf\xca\x70\x9d\x8f\xaa\x11\xf3\xf9\xab\xb7\x55\xda\xd9\x9b\xc3\xc1\x0c\x26\x79\xba\x57\x98\xc8\x5a\x74\xd9\x87\xa2\x4a\xe5\x08\x83\x77\xc8\x47\x20\x68\xbd\xb9\xdb\xbd\xbf\x5f\x56\x63\xef\xac\x50\x90\xb3\x8e\x37\x85\x79\x14\x4f\xdc\x17\x6f\xe0\xe6\x08\x4b\xf0\x7a\x66\xbc\xaf\xe4\x55\x12\x2a\xa2\x48\x67\xca\x8d\x73\x54\x63\xc2\x3e\x7c\xfe\x24\x0a\xa6\x40\x9c\xde\x97\x1c\x8f\x6a\xd4\x97\xea\x9d\x87\x2e\x91\xd8\x08\x3f\xd1\xd2\xf1\x7a\x74\x0f\xdd\x67\x62\x53\x0c\x54\x15\xd4\x95\x68\x24\xda\x92\x54\x69\x6d\xd6\x9f\xee\xee\xa3\xb8\x53\x02\xb5\x3d\x98\x7c\xbb\x1e\xd6\xa8\x3a\x05\xe1\xf6\xe4\xfa\xa3\xee\x73\xcc\xfd\xd1\x63\xce\x30\x7f\xf9\xbc\x66\x03\x3c\x9a\x23\x8f\xcf\x23\x08\x8e\xae\xa5\x8f\x45\xe5\xf3\xe1\xe4\xbf\x03\x00\x00\xff\xff\xd2\xca\x1c\x4a\x7b\x41\x00\x00" +var _examplenftCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x3b\x6b\x73\x1b\x37\x92\xdf\xf5\x2b\x3a\xfc\x90\x23\x73\x34\x65\xe7\xb5\xbb\x2c\x33\x4e\x22\x59\x39\x5e\xd9\x5a\x97\x44\x3b\x57\xe5\x52\x79\xc1\x99\xa6\x88\x68\x06\x60\x00\x8c\x68\x96\x4b\xff\xfd\xaa\x1b\xf3\xc0\xbc\x48\xca\xbe\x5c\xdd\xf1\x83\x44\xce\xa0\x1b\xdd\x8d\x46\xa3\x5f\x38\xfd\xe6\xe4\x9b\x93\x6f\x00\x16\x6b\x69\x41\x5a\x10\x0a\xf0\xa3\x48\x37\x09\x82\xa4\xbf\x29\x2a\x27\x9c\xd4\x0a\xf4\x0a\x04\x5c\x24\x7a\x0b\x97\x5a\x3d\xb9\xc8\xd4\xad\x5c\x26\x08\x0b\x7d\x87\x8a\x30\x64\x56\xaa\x5b\x70\x6b\x84\x77\xdf\x82\x75\x42\xc5\xc2\xc4\x13\x7a\x33\x77\x84\x59\x69\x07\x1b\x61\x1c\x21\xa2\x51\x7a\xb5\x92\x91\x14\x49\x39\x16\x96\x99\x03\xe9\x40\x58\x9b\xa5\x18\x83\xd3\xb0\x44\x82\xb7\x32\x95\x89\x30\xf4\x60\xad\xb7\x90\x0a\xb5\x83\xcb\x8b\x85\x85\xad\xce\x92\xb8\xa2\x93\xd1\x46\xda\x20\xac\x32\x15\x11\xd1\x22\x91\x6e\x37\x09\x38\x8c\xb4\x72\x46\x44\x0e\x62\x8d\x9e\xa4\x0a\x9a\xd0\x5a\xbd\x59\x4b\xeb\x64\x24\x1c\xc6\x10\x25\xc2\x5a\xb9\xa2\x5f\x52\x33\x93\x76\x67\x1d\xa6\xb0\xd2\x06\xa4\xb3\x4c\xc5\x84\xf8\x8b\x71\x25\x15\x5a\x10\x44\x2c\x09\xef\xf2\x62\x01\x5b\xe9\xd6\x90\x4a\x25\x53\x91\x40\x8a\x4e\xc4\xc2\x09\xa6\xe6\xf4\xe4\x44\xa6\x1b\x6d\x1c\x0c\x2e\xb5\x2a\x64\xc9\xa2\x1c\x94\x6f\xde\x49\xdc\x5e\xa1\xd5\xc9\x3d\x9a\xea\xe9\xeb\x1c\x0f\xbd\xb5\x83\x93\x13\x11\x45\x68\xed\x50\x24\xc9\xa8\xe2\xee\xa5\x5f\xc2\xcb\x8b\xc5\x14\x9a\x13\xc0\xa7\x93\x13\x00\x80\xd3\xd3\x53\xb8\x2e\x44\xff\x46\xb8\xb5\xe5\xc7\x21\xbe\x04\x1d\x9c\xe9\x24\x41\x16\xe6\xb5\xd3\x46\xdc\x22\x0d\x9d\x42\xf0\xe3\x00\xd8\x9b\x6c\x99\xc8\xc8\x43\x55\xdf\x2b\x1a\xe8\x17\x6c\xd7\x68\x90\xd7\x2f\x95\xca\xa1\x01\xbb\xe6\xb5\x5d\x22\x58\xa7\x0d\xc6\xe5\xf0\xc5\x1a\x2b\x8d\xd9\x10\xd9\xbc\x1a\x7e\xe9\x8b\x39\x41\x98\x02\x10\xa4\x6a\xbe\x34\x68\x75\x66\x22\x04\xb7\xdb\x60\x27\xf5\xaf\x99\x88\x5e\x86\x4b\x62\x7e\x47\x88\xd6\x5a\x5b\x4f\xba\x12\xa9\x5f\x78\x62\x66\xcc\xea\xec\x48\xe9\x68\x1a\x88\x84\x82\xb5\xb8\x47\x56\x33\x1e\xa9\xf4\xb6\x44\xb4\xc4\x48\x64\x39\x1a\x9e\x7b\x25\x22\xac\x94\xd4\xe0\x9f\x99\x34\x48\xbb\x83\x36\x01\xa3\x01\xbb\xc1\x88\x94\xd3\x63\x23\xb4\xa9\x36\x6d\x7e\x4a\x6e\x3b\xb5\x61\x42\xf4\xe6\x1a\xd1\x25\x09\x19\x4f\xe1\xed\x5c\xb9\x1f\xbf\xaf\xc6\x10\xc1\x17\x46\xa7\x4c\xed\xb9\xb4\x9b\x44\xec\x4a\xfd\x86\x7b\x89\xdb\x5e\x74\x44\x2a\xc9\xd2\x48\x75\xdb\x3b\x28\x46\x1b\x19\xb9\xa1\xb5\x3a\x38\xd6\xad\xb3\x74\xa9\x84\x4c\xca\x91\x75\x32\x73\xd5\xb8\xd2\x3b\x91\x38\x89\x76\x3f\x9d\x16\x93\x95\xc7\x6b\x0a\x80\x29\xbc\xaf\x6d\xb9\x89\x47\xb5\xbb\xa9\x4f\xf4\x1b\x2a\x34\x32\x82\x58\x7a\xc3\x63\x76\x6c\xe7\x8c\x20\x33\x41\x14\xb0\x5e\x08\xdb\x3f\x63\x41\xd8\x14\x3e\x79\x4e\xa6\xf0\x8b\xda\x5d\x3b\x93\x45\xee\xa1\x9a\x4c\x2a\xe9\x86\xe5\x2f\xfa\x84\x32\x1d\xd7\xde\x74\x08\xb2\x3e\xa0\x25\xbd\xfa\xeb\xc3\x42\xa8\x8f\xdf\xcb\x42\x35\x74\x04\x9f\x6a\x60\x24\x83\x89\x8c\x61\xe6\xbf\x65\x99\x8c\xdb\xef\x59\xc9\x67\xcc\x6c\xfb\x65\xc0\x28\xcc\x42\xb6\xdb\x43\x4b\x96\x61\x56\xb1\xdf\x1e\x56\xb2\x0e\xb3\x4a\x0c\xed\x61\xa5\x36\xcd\x4a\xe6\xcb\x41\x0f\x75\x0d\x89\x0c\x0a\x87\x2f\xd3\x8d\xdb\x55\xc6\x31\x7f\xea\xcf\x5d\x7a\x15\x18\xce\x1a\xb4\x50\x31\x18\x74\x99\x51\x36\xb7\x02\x6c\xd4\x44\x92\x90\xb1\xa4\x5f\x82\xcf\xbf\x1d\x1b\x1a\xbd\x55\x7c\x36\xd5\x50\xfc\xfc\xa9\xb5\xf9\xab\xc9\x1e\x3a\x77\xd8\x2a\x53\xdd\x74\x0f\x47\xd3\x03\xf8\x1a\x6b\xec\x69\x87\xe7\x4f\xaa\xa3\x69\xd2\x8d\x59\xad\xdc\x62\xb7\xc1\x29\xd0\xdf\xe7\x3f\x07\xe3\x2f\x2f\x16\x3f\x0d\x47\xa3\x2e\x01\x87\x44\xd3\xc6\x66\xca\x6f\xd1\xb1\xb6\x12\xb1\xef\x09\xdb\x4d\x37\x51\xef\x6b\x0f\xe9\xc3\x53\xd7\x35\x3e\xb7\x73\x3f\x0d\x47\xe3\x63\x86\x97\x06\xe7\x58\x80\x97\xb1\x24\xf6\x8f\x1f\xff\xd1\xa1\x51\x22\x79\x7b\xf5\xea\x58\x90\xcb\x8b\x45\x25\xe7\x73\xe1\xc4\xe7\x01\x3e\x4e\x10\xd7\x68\xa4\x48\x8e\x1d\xbd\x60\x83\x79\xb4\x0c\xde\xbd\xfe\xd5\xc8\xf8\x16\xe3\xe2\xf9\x4f\xc3\x51\x0d\xf0\xe6\x90\xb2\x90\x9e\x18\xef\x64\x11\xce\xe1\x07\x56\x1f\xaf\x7c\xa3\xc0\x7c\xbd\x68\xda\xac\xad\x74\xd1\xda\xeb\xda\xa7\x16\xad\x91\xb0\xb8\x5f\x89\xa6\x2d\x18\xa8\x14\xb2\x13\x68\xd8\x09\x01\xe5\x01\x50\x5a\xc9\xb6\xe8\x8a\x4f\xed\x3c\x68\x1a\xce\x7e\xb0\xe0\x94\xa8\x53\xf6\x1f\x8b\xc5\x9b\x0b\x99\x60\x3f\x69\xf4\xc9\x4c\x32\x6d\xd8\xde\xde\xf1\xa3\xce\x37\xed\xa7\x7d\x02\x0e\x76\x51\xb7\x84\xbd\x07\x49\xae\x14\x79\x56\x90\x8a\x8f\xa0\xb2\x74\x89\x86\x8e\x6b\x0e\x2a\xd8\x92\x92\x11\x5d\xe6\xce\x68\x0c\x2b\xef\xec\x04\xf1\x43\x1f\x6e\xeb\xed\x32\xa1\x45\x4f\x0a\xac\x24\x26\x31\xdc\x8b\x24\xe3\x49\x2d\xb2\xf5\x56\x3d\x42\x20\x4f\x20\x87\x9c\xab\x95\x86\x19\x74\x32\x38\xf4\x6b\x3e\xc8\xad\x23\x7b\x17\xf9\xab\xc1\x38\xe7\x68\x5a\x1c\xac\x63\xa2\x67\x4a\x53\x76\x8b\x37\x98\xf3\x95\xb4\xae\x75\xd8\xe7\x88\x6f\x60\x06\xef\x03\xda\x6e\x8e\x57\xe1\x62\x59\xfa\x15\x25\x98\xff\x0b\x55\xa0\x34\x38\x8f\xd8\x62\x1e\xa6\x9f\xba\x5c\x90\x5f\x48\x59\x78\x26\x3c\x82\xb8\x12\xec\x00\x7d\xdd\x6e\xca\xe3\xc9\xac\x9f\x2c\x8f\x20\x34\x00\x1c\x0e\xd6\xce\x6d\xec\xf4\xf4\x34\xcf\x26\x3c\x51\x2b\x37\xd1\x6a\x95\xe8\xed\x44\x9b\xdb\xd3\xc1\x24\xd2\x2a\x12\x6e\x98\x8b\x76\xe2\xb4\x77\x19\x87\xa3\xd1\xf1\xa4\x76\x9d\x68\x7b\x09\x0e\xbc\x89\xdc\xea\x9f\xe5\x3b\x9a\xad\x7f\x11\x2b\xed\x75\x40\xc6\x6c\xf5\x83\x21\x87\x69\xfa\x5c\x8e\x8e\x3b\x2e\xfe\xd7\x99\x2a\xc9\x3a\x9e\xaf\xf2\x60\xef\x35\xcb\xf8\x31\x4a\xb2\xb8\xb0\xb9\x0b\xc9\x31\x6d\x0c\x2b\xad\xc9\x5e\xda\xb5\xde\x82\x76\x6b\x34\x90\x59\xb4\x64\xad\x3d\xca\x7e\x8b\xe6\xf1\xc5\x7e\x18\xd9\xae\x41\x85\x7a\x30\x86\xc1\x4a\xeb\x41\xb7\x0d\xe3\xc0\x92\xc1\x88\xf8\x96\x0d\xa6\x18\x6f\xa1\x3d\xde\x21\xfd\x98\xd6\x83\x81\x71\x39\xf7\xa5\x48\x29\x78\xaa\x93\x32\x3a\xe9\x13\x41\xc0\xba\xb4\x20\x20\x53\xf2\x23\x38\x99\xa2\x75\x22\xdd\x8c\x61\x8b\x45\x5e\x24\x15\xe6\x8e\xe2\x00\x4e\x31\x09\x88\xfd\x8a\x90\xdc\xe9\x08\xda\x24\xc2\xad\xb4\x49\x2d\xdc\x29\xbd\xe5\xa4\x59\x21\x42\xe9\x26\xbd\x2c\x57\xd3\x33\xa1\x2d\xbe\xf9\x69\x71\xf2\xd4\x64\xc9\xa7\x5b\x43\x0a\x35\x71\xdf\x7c\x35\x0e\x89\x9c\xc2\xe0\x5c\x38\x82\x34\xc2\x48\xb7\xdb\x73\x38\x55\xeb\x30\x11\xb1\x97\xe0\xb0\x41\x68\xbf\x40\x49\x79\x58\x92\x8c\xc5\x4b\x8b\x94\x81\xe2\x23\x3f\x73\xaf\x30\x56\xda\xaf\xf0\x15\x0f\x6b\xc9\xc2\x3f\x1e\xda\x48\x1b\x9c\xc2\xb3\xa7\x93\xa7\xf9\x29\xfb\xec\x29\x7f\xaf\xb9\x5a\x83\x33\x9d\xa6\x5a\x0d\xfa\x8f\xdf\x62\xb6\xfd\x32\x27\x8d\xed\x13\x36\x6b\x73\x43\xc8\x4a\x26\x95\x84\xeb\x0c\x1d\x2f\xec\x02\xae\x47\xca\xb9\x0d\xaa\x20\x8f\x3f\x67\xba\xbc\xf7\x5e\xf3\x30\x2f\xf2\xb4\x3e\xcb\x2c\xad\xf7\xbd\x6f\xe5\x3d\xfa\x04\xcb\xc6\xe8\x3f\x30\x72\xde\x45\xd3\x09\xe8\x7b\x34\x5e\xf5\xd7\x08\x4b\x3f\x11\xfb\x49\xd2\x82\xc1\x8d\x41\x8b\xec\xdc\x09\x0a\xbe\xfb\x66\x7d\x79\x75\xf6\xb7\x6f\x9f\xc1\x76\x8d\xaa\xc4\xe1\x34\xbc\x7c\xf7\x1a\xb4\xf2\xd9\xf0\x7b\x29\xfc\xfc\x9c\xdb\x04\xa9\x56\x46\x58\x8e\x19\x32\x53\x4c\x3c\xe9\xd5\xd0\xdf\xb0\x48\x5b\x7b\x8b\xfd\x24\xc1\x7b\x4c\x8a\x94\x5e\x0c\x76\x97\x2e\x75\xe2\xd7\xbc\xdf\xd6\x15\xd0\xaf\x18\x78\x76\xe8\x44\xd8\xeb\xae\xd7\x8f\x0b\x52\xa1\xbd\xc3\xf7\x1e\x1b\x87\x03\xb4\xf0\x33\x02\x61\xbf\x6a\xfa\x14\x2d\x0c\x2f\xba\x65\x29\x57\x35\x49\xbc\xae\x12\x33\x75\xe1\xb4\x83\xb5\x60\x35\xce\x74\xba\x29\xb2\xb9\x4e\xdf\xa1\xca\x97\xe3\xed\xd5\x1c\x96\xc2\x62\x4c\xab\x2e\xf8\x2b\x3f\xa3\x15\x2a\xc7\xc2\xfc\x7c\x0c\x1b\x2d\x73\x15\xd5\x20\xe0\x3f\xaf\xff\x79\x09\x2b\x99\xe0\x84\xcb\x0f\xfb\xa6\xde\x16\xf9\x6e\xc1\x00\xb0\xd3\xd9\xbf\xdd\x23\x64\x9b\x44\x8b\x98\xd4\x54\xc5\x9c\xd5\x5e\x6b\xcb\xf8\xad\x4e\xd1\x67\xcd\x9f\xf8\x14\x37\x45\x27\x44\x17\x05\x65\x41\xf2\x39\xca\xf1\xee\x9b\x7b\xfe\xe6\xe2\x7a\x0c\xd7\xdf\x8d\xe9\x28\x21\xa1\xbd\xbd\x7a\xc5\x62\x13\x52\x15\x45\x1d\x66\x25\x96\x06\x23\x97\xec\xc6\x80\x2e\xea\x3e\x48\x20\x57\x49\x92\x11\x89\x68\x06\x87\x5c\x41\x2f\xe8\xc2\x92\x9d\x0e\xf6\xa2\xcd\x8c\x7c\xc7\xa1\xd4\x0c\xda\x9e\x63\xe1\x53\x0e\x26\x7f\x58\x36\xb7\xbd\xa8\xba\xfd\xd7\x96\xae\xed\xdf\x29\xde\x2a\x37\x35\xee\x40\x0c\x4e\x1f\xbf\xa9\x3b\x40\xfd\x8b\xfd\xc0\x99\x91\xcd\x38\xfc\xed\xd5\x7c\x3f\xa5\xf4\xc9\x17\x64\x5a\x7c\x19\xd3\xca\x73\xdd\x8a\x96\xb8\x58\x2e\x83\x36\x4b\x9c\x25\x95\x12\xe0\xc5\x89\xaa\x2c\x00\x16\xa3\x48\x19\xd9\x24\x1d\x9c\x35\x3c\xac\xf6\xaf\xd5\x3e\x2c\x7b\x6c\x46\xe7\x9b\x07\xc0\xc4\xe2\x9e\xbd\x9e\xaf\x7f\x5f\x14\xfe\x70\xd2\xff\xab\x03\xd4\x0f\x78\x28\xea\x42\x70\x4e\xc7\x0b\x97\x10\xa7\xf0\x4f\x95\xec\xb8\x20\xc4\x65\xaa\xa5\x88\xee\xb6\xc2\xc4\x10\xe9\x74\x23\x9c\x5c\x4a\x5f\xa1\x84\xbe\xa2\x4d\x55\x0c\xaa\x6c\x7a\xb3\xb6\x06\x9f\xf2\xa9\x3b\x31\x54\xa3\x3b\xaa\x3f\xd5\xcb\xf1\xde\x09\x6a\x89\xe4\x7a\x8d\x83\x8e\xd4\x48\x2b\xf2\x37\xbd\xdd\xbb\x43\x55\x4f\x3c\xe7\x87\xae\xa8\x17\xde\x72\xdf\x55\xc1\xbf\x7c\x7d\xe9\x5f\x30\x3f\xf7\xc9\x92\xee\xac\xae\x30\xe4\xb6\x61\x7c\x79\xb1\xb0\x53\xf8\xf9\x93\x87\x9a\x42\x3b\x0b\x7d\x79\xb1\x78\x68\x54\x4c\x60\xd8\x59\x74\x28\x11\xc2\xf3\x27\x24\xc5\x6a\x41\x6b\x0c\xdc\xa2\xbb\xce\x36\x1b\x6d\x1c\x8f\xa6\x83\xce\x96\xd9\x78\x01\x89\xb4\xae\x90\x84\xe3\x77\x79\x36\x9e\x3d\x8d\x08\x25\x79\x22\xc4\xcb\xc6\xb5\xea\x3f\xad\x8c\x75\x6b\xa2\xe1\x68\x0a\x9f\xfc\x09\xfb\xab\xd6\x49\x33\xb1\x4e\x46\xd1\x16\x30\x0c\xd0\x18\x3e\x0b\x19\x63\xce\x6b\xa3\xdf\xf7\x04\x84\x37\x30\x03\x67\x1a\x3b\x3c\xd7\xfd\x3a\x86\x3e\xa9\x5d\xe5\x02\xda\xae\x91\xe3\x36\x6d\xb8\x96\x49\x87\x09\x79\x6d\xca\x6b\x01\x29\x06\x8b\x06\x63\x58\xee\x1a\xa5\xda\x1a\xbe\x5f\xc2\x1a\x6e\x99\xa5\xf3\xc0\x5c\xfe\x64\x7c\x79\x80\xf4\x47\x66\x5d\xe5\x9b\x66\x48\xb8\x63\x5c\x89\x2c\x71\xfb\x97\x40\xda\xe6\x0a\x0c\x5d\xe9\xde\x8c\xbc\x50\xbb\xcb\x08\x3c\xfd\x6c\xd6\x17\x61\xf7\x89\x89\xb6\x41\x6c\xc4\x16\x0c\xa6\xfa\xde\x97\x82\x48\x93\x56\x45\x85\x35\x2c\x6b\xab\x18\xfc\xa0\x66\x0d\xa8\xc9\x54\x6b\x53\xfc\x9e\x4f\xe3\x53\xde\xc5\xa4\xc3\xe2\xcb\xfc\xbc\xa8\xf3\x76\x57\x76\x68\x4f\x75\x68\x9e\x77\x7c\x9e\x3f\x69\x6c\xa7\x89\xe7\x65\x78\x87\xbb\x29\x54\x53\xb4\x8d\xf5\x8b\x17\xb0\x11\x4a\x46\xc3\x41\x20\xaf\xca\xfc\x4c\x0a\xd8\x29\x9c\xf1\xb2\x92\x02\x95\x02\xcb\x05\xc5\x76\x84\x24\x31\x3f\x9f\xf5\x3b\x0f\xc5\x79\x53\x51\x13\xa6\x9c\x0e\x82\x0d\x26\x70\xb6\xc6\xe8\x8e\x27\xb2\xd9\x32\x95\x8e\x34\x76\x7e\x4e\xcb\x90\x8a\x3b\x7a\xe8\x0b\xf4\xd2\x82\x56\x18\x98\x80\x60\xfd\xf4\x56\xd9\xc1\xa8\xe1\x97\x94\xa5\x31\x16\x66\x9f\x9a\xc4\xb8\xd1\x96\x56\x5d\xdc\x71\x9f\x09\x71\xce\x3e\x61\x1c\xd7\xb4\xa1\x9c\xcc\x06\x76\xba\x55\x4a\x64\x28\x2f\xb3\x02\x52\x92\x7f\x69\xc4\xae\xb7\x4c\x92\x53\x30\x64\x32\x7b\x95\xa4\x69\x67\x6b\x5a\xe2\xbf\x90\x97\xdf\xd8\x1f\x2d\x10\x2e\x07\xf3\xf0\x89\x8c\xeb\xf2\x22\x16\x62\xef\x77\x2b\xdc\xe6\x38\x73\x26\x82\xa3\x69\xbb\x96\xd1\xba\xdc\x54\xdc\x71\x94\x90\xff\x8e\xad\xb9\x74\x12\x2f\xba\xf5\xf8\x7d\x41\xc1\x4d\x49\x7d\x9d\x96\x18\xad\x33\x7a\x57\xa2\x68\x51\x9a\x77\x1d\xc5\x6c\xe8\xb8\x51\x05\xbd\xff\xbe\xc9\x0c\x85\x1a\xa4\x2c\xc9\xae\x09\x75\xae\x59\xd3\x99\x4d\x4d\xa1\x80\xa9\x7a\x7b\x32\x95\xa0\xb5\xf4\xb0\xd9\x08\xd2\xc4\x62\x50\x58\xcd\xa2\xd9\x0a\xc5\x1a\x82\xa9\x74\x45\x37\xc2\xdb\x4d\xcc\x4d\x4e\x78\x8f\xca\x55\xe1\x44\x13\x89\x54\xf5\xf9\x5b\xd2\x13\x99\x5b\x33\xef\x57\xb8\x82\x19\x0c\xbf\x6e\x88\x90\x84\x47\x31\x76\xe6\xd6\x6d\xab\xe4\x89\x18\xc1\xd7\xdd\xca\xf4\x62\xf4\x55\x83\x9e\x70\xb6\x49\xc6\xd0\x0b\x23\x94\x5d\xa1\x39\x17\x0e\x87\xf4\x60\x4a\xe7\xe8\x59\x66\x0c\x2a\xf7\x6b\xa2\xa3\xbb\xe1\x68\x52\x66\xd1\xea\x5b\x3d\xd0\x42\x92\x4d\x25\x96\x61\x38\x51\xaf\xed\xbe\x45\x37\x3f\x0f\x5c\x01\xe5\xb7\x50\xd1\xe2\x46\xef\xd8\x0e\x50\xe0\xd6\xea\x43\x3a\xe8\x0a\xcc\xcf\x7d\xe9\xda\xdb\xe5\x9e\xe2\x75\xc3\xf0\xde\xe1\xae\xf7\x40\xfe\x0d\xf3\x5e\x14\x91\xea\x4c\xb9\xb2\xe2\xd5\xd7\x28\x75\x90\xc0\x57\xa8\x6e\xdd\x9a\x68\x9c\x2b\x77\x14\x79\x09\x43\x1c\x2a\xca\x96\x73\x2c\xb5\x31\x7a\x7b\x79\xb1\x18\x7e\x08\x3a\x91\x46\xd3\x5e\x7d\xe9\x26\xa2\x4f\x27\x7b\xb5\xae\x4f\x82\xbf\x32\x3d\x2c\x26\xa6\x31\x4f\xae\x98\xb2\x05\x2d\xdf\x8a\x79\xa6\x69\x7e\x7e\x0c\x7b\x61\x9f\xdf\xb0\xc1\x65\xf8\x6e\x52\x7c\x69\xb1\x99\xe7\x3e\xd4\xca\xc1\x0c\x1e\xc9\x6b\x47\x90\x54\x44\x38\x2b\xe7\x01\xbb\x89\x78\x6c\x88\x54\x13\xe4\xa3\x9b\x61\x8a\x2d\x65\x45\x1a\xf4\xed\xc1\x11\xdd\x31\xb5\x81\x3f\xe7\xa4\xfd\x52\xcd\x11\x1d\x31\xc7\xff\xa7\x9e\x18\x08\x43\xd1\xcf\x91\x74\xb7\x2e\x97\xf2\xf8\xc2\x6e\xa4\xe3\x44\x59\x63\xf8\x31\x72\x2d\x65\x9a\x23\x86\x70\x7d\x9a\xb2\xb9\xc8\xdb\x84\x3d\xbd\xa5\x15\x4f\x12\x66\xa7\x4c\x21\x72\x92\xa5\x6a\x14\xf6\x81\x8a\xa0\x60\x1a\x1a\x6d\xd0\x39\xe2\x93\x96\xba\x05\x07\x83\x8f\x1e\xcb\xc4\x0b\xbb\x5e\x01\xea\x7b\xce\xe8\x78\xbf\xc1\x37\x0d\x6c\x65\x92\xc0\x12\x21\xb3\x3c\x73\x89\xbc\xf8\xc4\x78\x8f\x89\xde\xa0\xb1\xb4\x10\x5c\xf1\xf1\xbe\xcf\x46\x18\x91\xa2\x43\xee\x9c\xde\x08\x6b\x8b\x85\x0a\x1b\x5e\x46\x90\xa2\x5b\xeb\x78\x52\x23\xbe\xcf\xe2\x87\x69\x64\xdb\x51\x59\x7c\xd1\xd5\x6a\xd5\xd9\x66\xf5\x59\xfd\x49\x9f\xdb\x9b\xf4\xe8\xd4\xf4\xcd\x21\x55\x61\x01\x92\x1f\x5e\xeb\x27\xcd\xf7\x4e\xd0\x28\x32\x69\xeb\x04\x2f\x4b\xd1\x66\xb4\xf6\xa5\x91\xc2\xf4\xc4\x68\xa5\xc9\xb5\x60\xd2\x56\x23\xa8\x0a\x0b\x65\x09\xa3\x50\x22\x83\x7f\x66\x68\x5d\x13\xb8\x73\xd3\x1d\x57\x26\x7e\xd1\x2c\x0a\xf7\x35\x44\x05\xcd\x50\xcc\x4c\xdd\xcc\x7d\x59\xf1\xde\x27\xf5\xc3\x61\xad\x1a\x59\x0b\x51\x77\x32\xd4\x86\xed\xdc\x7c\x48\x76\xf6\xb6\x77\x67\x5f\x37\x41\x17\x7b\x03\xb6\x6a\x6a\xdf\x07\x1a\xa6\xe1\x58\x18\x5f\x77\x46\xbc\x9d\xad\x6f\x15\x96\x57\x52\xdd\xf9\xb4\xcb\xe7\x61\xe9\xb4\xb6\x85\x6e\x4f\x61\xb8\xca\x1e\x7f\x8c\x85\x9f\xbf\xe2\x48\x0b\x3f\x0f\xed\xc7\xed\x27\x39\x11\x75\xad\xf9\x0c\x95\xdc\xd3\x7d\xe1\x1b\xb6\x63\xd9\x56\xc6\xd7\xf4\xb4\x5b\x01\x57\x32\xc1\xc7\xb7\xd0\x71\xfb\x5c\x59\x43\x11\xd6\xa2\xb3\x93\x2d\x2e\xad\x74\xf8\x84\x50\xda\x49\xa4\xd3\xd3\x1f\x56\x3f\x7e\xfb\x8f\xef\xa3\xa7\xd1\xdf\xc4\xdf\xa3\x38\xfe\xf1\xfb\xef\x96\xcf\xa2\xbf\x7f\xfb\xb4\xf1\x42\xfc\xf0\x43\xb4\x7c\x16\xfd\xe3\xbb\x1f\x3f\x5c\x24\x7a\xfb\xe1\x77\x6d\xe2\x54\x98\xbb\x89\xbd\xbf\xed\x4e\x9e\xf4\x68\x12\x73\x9f\xd7\xf2\x65\x2a\x6e\xf1\xd4\xde\xdf\xfe\xfb\xc7\x34\x69\x63\xe9\x5d\xa1\xc3\xc2\xef\x16\x4b\x5e\x0e\x27\xe3\x59\x34\xc0\x55\x90\x83\x6e\x7a\xeb\x05\xf9\x45\x23\x31\x23\xad\x3f\x5e\x45\xed\x06\x94\xd3\xb0\xc6\x64\xc3\xb1\x76\x7e\xca\xfa\x60\x58\xe1\x47\x97\xdf\x85\xba\x58\x4c\x7a\x66\xc4\xaa\x1d\xaa\xb9\xea\x8f\xe8\x94\x1a\xf4\xc8\xdf\xfe\x99\x09\x83\x73\x92\xfc\xd4\x2f\x46\xf7\xb8\xa5\x50\x0a\xcd\xe1\x71\x56\x47\x52\x24\x76\xba\x67\x73\x0f\xdc\x56\x3a\x87\x66\x70\x14\x3b\xf9\x60\x56\x4e\x62\xe6\xc3\x92\x42\xf1\x68\x2d\x64\x5f\xb5\xe7\xe1\x80\xe6\x7c\x61\x23\xc1\x5f\xde\x44\x90\x77\x0b\x74\x4d\xfc\x17\x34\x10\x34\xca\xd5\x8d\x06\x82\xb7\x57\xf3\x09\xcc\x83\xba\xf0\xb8\x36\xaa\x72\x5b\xa4\x85\x44\xfb\xeb\x6e\x5a\x71\x1a\x88\x2b\xc8\x5c\x67\x6e\x6b\xca\xe9\x69\x71\x4b\xaf\xa8\x2b\xff\x8f\x15\x8f\xbf\xa8\x24\x5b\x6f\x87\xbd\xbc\x58\xf4\xec\xc9\xa2\xf2\x3a\xf8\xaf\xd7\x6f\x5e\xf5\x8c\x79\x6c\x81\xb5\x2c\xac\x72\xbb\xcd\xe9\x29\x58\x74\x2e\xac\xa9\x0a\x4b\xaf\xe8\xb1\x0d\xaa\x1f\xde\xb9\x17\xfe\x51\x66\x64\xd8\x28\xdc\x3b\x57\x5e\x4e\x3d\x54\x52\x2f\x95\xa1\xbc\x75\xc8\x45\xd6\x6e\xfb\xbe\x67\xd7\x3d\x34\x7d\xf8\x22\xa4\x0f\x3c\xe3\xab\xb2\xa8\xc7\x99\x2e\x05\x22\x4e\xa5\x02\x6d\x58\x99\xdc\x9a\x9b\x15\xf2\x1b\x9c\xbe\xc9\x81\xe2\x41\x7f\xb9\xb3\xc0\x21\x96\xde\xda\xa6\x52\x39\x4e\xea\x96\xe1\x62\x97\x07\x1b\xde\x68\xf3\x37\xf5\xc2\x1b\x6c\xa7\x79\x23\x1d\xed\x52\xfa\x4f\x4e\x7a\x8e\xb2\x68\x97\xa3\x9f\x41\x6e\x66\x7f\x44\x4b\xf4\x93\x3c\xf1\x63\x77\xe5\x88\xfc\xe9\x7c\xbe\xff\x3b\xf7\xb2\xca\xe1\xe4\xcc\xd5\x7d\xab\x50\x56\x50\xba\x32\x7b\x2e\x6e\xb5\x2b\x88\xec\x93\x07\xf9\x55\x98\xb5\x33\xae\x35\x80\x66\x4f\x20\x8f\x19\xdc\xc0\xac\x86\x66\xb2\x46\x79\xbb\x76\x7b\x21\x7d\x37\x61\x13\xb0\xcc\xee\xb6\xf2\xef\x6c\xff\x36\x12\x23\x0e\xb1\x4a\xab\x57\x8b\xa9\x8b\xde\x48\x4c\x97\x18\xc7\xb4\xde\xbe\x67\x0e\xa4\xe2\x2e\x1e\xee\x6d\xeb\xa1\x8a\xdb\xee\x60\x06\x83\xa5\x30\x83\xd6\xec\x79\x0e\xa2\x54\xc0\xda\xfb\x7b\x41\x8e\xc4\x96\x96\xa4\x4a\x57\xb4\xb4\xa8\xd2\xa4\xee\xbe\x92\x9a\x2e\xed\xbd\xce\x11\x28\x55\xf9\xb5\x3d\x2a\xd0\xad\xf2\x6b\x7b\x54\xa5\x30\x65\xd3\x6b\x6d\x4c\x5f\x89\xcb\xf3\xdb\x9d\xad\xe2\x9b\x8d\xa3\xfa\x56\x86\xeb\xbc\x3f\x8e\x98\xcf\xef\xfb\x56\x61\x67\x6f\x0c\x07\x33\x38\xcd\xc3\xbd\xc2\x44\xd6\xbc\xcb\x3e\x14\x55\x28\x47\x18\xfc\x81\x7c\x04\x82\xd6\x75\xe1\xee\xf9\xfd\xb0\x1a\x7b\x67\x85\x82\x9c\x75\x5c\x4f\xe6\xfe\x3f\x71\x5f\x5c\xfb\xcd\x11\x96\xe0\xf5\xc8\x78\x5f\xca\xab\x24\x54\x44\x91\xce\x94\x9b\xe4\xa8\x26\x84\x7d\xf8\xfc\x49\x14\x74\x81\x38\xbd\x2f\x38\x1e\xd5\xa8\x2f\xd5\x3b\x77\x5d\x22\xb1\x11\xbe\xa3\xa5\xe3\x4e\x76\x0f\xdd\x67\x62\x53\xf4\x72\x15\xd4\x95\x68\x24\xda\x92\x54\x69\x6d\xd6\x1f\xee\xee\xa3\xb8\x53\x02\xb5\x39\x98\x7c\xbb\x1e\xd6\xa8\x1a\x83\x70\x7b\x62\xfd\x51\xf7\x3a\xe6\xe7\xd1\x63\xd6\x30\xbf\xf1\x5e\xb3\x01\x1e\xcd\x91\xcb\xe7\x11\x04\x4b\xd7\xd2\xc7\x22\xf3\xf9\x70\xf2\xdf\x01\x00\x00\xff\xff\x9b\x1b\x12\x42\xf0\x41\x00\x00" func examplenftCdcBytes() ([]byte, error) { return bindataRead( @@ -89,7 +89,7 @@ func examplenftCdc() (*asset, error) { } info := bindataFileInfo{name: "ExampleNFT.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1e, 0xe7, 0x78, 0x71, 0xa3, 0x9f, 0xdf, 0x3d, 0x88, 0x59, 0xa8, 0x85, 0x28, 0x92, 0xa2, 0xe9, 0xad, 0x57, 0x7d, 0xc3, 0x7f, 0xf9, 0xf6, 0x8a, 0x9, 0x8d, 0x4, 0x87, 0xbc, 0x2e, 0xde, 0xe5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x15, 0xca, 0x35, 0xd5, 0x44, 0xd2, 0x5, 0x8, 0xd1, 0xba, 0x67, 0x4c, 0x85, 0x86, 0x14, 0xb9, 0xe2, 0x8b, 0x5b, 0x2f, 0x2d, 0xac, 0xeb, 0x3a, 0x42, 0x98, 0xc4, 0x9c, 0x9e, 0x59, 0x8e, 0x43}} return a, nil }