From bdb6c51ea2b9d16a5cfbb9658c78e8031272eec3 Mon Sep 17 00:00:00 2001 From: Supun Setunga Date: Fri, 24 Jul 2026 15:54:19 -0700 Subject: [PATCH] Borrow child-fee-accounts array with 'Storage' entitlement (cherry picked from commit 2efc01d0aa7d3854b920a77c8fbfa21e482ff463) --- contracts/FlowFees.cdc | 4 ++-- lib/go/contracts/internal/assets/assets.go | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contracts/FlowFees.cdc b/contracts/FlowFees.cdc index 7aba3bcb..b5c04bd4 100644 --- a/contracts/FlowFees.cdc +++ b/contracts/FlowFees.cdc @@ -54,8 +54,8 @@ access(all) contract FlowFees { /// Borrows the list of child fee account capabilities from storage. /// Returns nil if no child fee accounts were added yet. - access(self) view fun borrowChildFeeAccounts(): &[Capability]? { - return self.account.storage.borrow<&[Capability]>(from: /storage/ChildFeeAccounts) + access(self) view fun borrowChildFeeAccounts(): auth(Storage) &[Capability]? { + return self.account.storage.borrow]>(from: /storage/ChildFeeAccounts) } /// Returns the addresses of all accounts that may receive transaction diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index 89e31b1d..8d7d3c67 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -2,7 +2,7 @@ // sources: // Crypto.cdc (4.588kB) // FlowExecutionParameters.cdc (1.073kB) -// FlowFees.cdc (16.887kB) +// FlowFees.cdc (16.915kB) // FlowIDTableStaking.cdc (109.837kB) // FlowServiceAccount.cdc (8.339kB) // FlowStakingCollection.cdc (62.869kB) @@ -129,7 +129,7 @@ func flowexecutionparametersCdc() (*asset, error) { return a, nil } -var _flowfeesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x3b\x5d\x73\x1b\x39\x72\xef\xfa\x15\xbd\xae\x8a\x8f\xbc\xa5\x29\xe7\xa3\xf2\xa0\x48\xf6\x69\x75\x56\xca\x95\x5c\x6e\xcb\x67\xfb\x1e\x1c\x97\x0d\xce\xf4\x90\x28\x0f\x01\x06\xc0\x48\xe2\xed\xea\xbf\xa7\xf0\x39\xf8\x1a\x8a\xb2\xbd\xa9\xca\xf1\x41\x22\x67\x80\x46\xa3\xbf\xbb\xd1\xa0\xdb\x1d\x17\x0a\x9e\x5c\x0f\x6c\x4d\x57\x3d\xbe\xe5\x5f\x90\x3d\x39\x09\x8f\x7b\x7e\x5b\x79\xf4\x17\xc5\x05\x59\xe3\x35\xa2\x7c\x72\x72\x42\x9a\x06\xa5\x9c\x91\xbe\x9f\x43\xc3\x99\x12\xa4\x51\xa0\x87\xe9\xf7\xf0\xcb\xc9\x09\x00\xc0\xe9\x29\xbc\xba\x41\xa6\x40\x6d\x88\x02\x2a\x01\xb7\x54\x29\x6c\xe1\x76\x83\x0c\x94\x5e\x43\x02\x11\x08\x2d\xee\xb8\xa4\xfa\x8d\xe2\xa0\x36\x08\x1d\x22\xdc\x90\xa1\x57\x06\x4e\xbc\x18\x1a\x80\x06\x3f\xf9\x47\x3f\x6d\x46\xb6\x7c\x60\xea\x0c\xde\x5d\xd3\xbb\x7f\xfd\x97\xf9\x23\x97\xbf\xa5\x6a\xd3\x0a\x72\xcb\xa0\x13\x7c\xfb\x08\x04\xfe\xea\x27\x7e\x0d\x02\x9d\xa6\x94\xdd\x7d\x3b\x34\x0a\xdb\x89\xa5\x34\x45\xff\xe8\x86\x64\xeb\x2c\x80\xb2\xa6\x1f\x24\xe5\xec\x55\xd7\x71\x11\xbd\xc0\x3b\x6c\x06\x55\xbc\x38\x16\x33\xd8\x11\x41\xb6\xa8\x50\x48\x68\x36\x84\xad\x71\x1a\xbb\x9f\xc3\xd0\x2b\x33\xb2\x9d\xc9\x41\xac\xf1\x9a\x34\x8a\x8b\x49\x54\xaf\xb8\x9c\x46\x37\x7e\x79\x1c\x37\x37\x08\x3d\x95\x0a\x78\x07\xcd\x86\xf6\xad\xd9\x04\x69\x1a\x4d\x2e\xbf\x05\xb9\xf4\x90\xae\x38\x53\x84\x32\x69\x79\x3d\xf4\x3d\x30\xbc\x9d\x06\x00\xa4\x6d\x05\x4a\x89\xd2\x03\x98\xe9\x89\x41\xde\xfd\x30\xaa\x24\xf6\x9d\x46\x8e\x71\x65\x37\xdc\x62\x3b\x9f\x20\xdd\x95\x5e\xe6\x1a\xf1\xd2\x61\xe9\xa9\x17\x16\x3b\x83\x0f\x97\xf6\xfb\xc7\x91\x08\x3f\x0b\x7a\x43\x94\x93\x4e\x23\xba\xb0\x1b\x56\x3d\x6d\xbc\x16\x41\x37\xb0\x46\x93\x32\x5e\x56\xe3\x35\x87\x1b\x22\xec\xbc\x33\xf8\x43\x50\xf3\xe5\x7b\x23\xe7\x05\x92\xdd\xc0\x3c\xc8\x99\xd6\x8b\x33\xf8\xc3\x2f\x89\xc9\xb0\x13\xef\xe7\xf0\x8b\x99\xab\x3f\x3d\x2a\xab\x43\xe7\xcf\xec\x7f\x22\x7f\x28\x97\x8a\x47\xaf\x48\x4f\x58\x83\x70\x61\xc6\x2f\xdd\xcf\x30\x44\xe3\xbd\x34\x28\x2f\x53\x5c\xce\x9f\xe9\xff\xf3\x30\x50\x4b\xc3\xa4\x59\x70\x50\xed\xe8\x7b\x4f\xca\x53\xf8\x77\x54\x46\x02\x3c\x12\xbc\x33\x3f\x0d\x4f\xdf\x57\xb5\x5f\x13\x65\x8d\xea\x1a\xf1\x27\x3b\x67\x36\xf7\x72\x9a\x91\xa1\xc9\xb8\x0b\x17\x76\x33\x2b\x2e\x04\xbf\xcd\x79\x3f\x73\x0c\x76\x4c\xee\x48\xdf\xaf\x48\xf3\x05\x28\x83\x86\x48\x04\xc6\x9d\x54\x06\x91\xbe\x45\x81\xd0\x08\x24\x5a\x07\xf6\x38\x52\x95\x76\x95\xb5\x2f\x80\xd1\x1e\x7e\xfd\xb5\x78\xf5\xc3\xb2\x47\xb6\x56\x1b\x3d\xe4\x79\xb4\x05\xfd\x11\xa8\x06\xc1\x62\x1e\xe4\xec\xb9\x1f\xb1\xd6\xb2\xa5\xb8\x22\xbd\xa1\xde\x05\x3c\x5f\x3e\x0f\xef\xe2\xe7\xe3\xf7\x1f\x6b\x90\xc3\x9c\x8e\x0b\xad\x82\x0e\xcf\x37\xd8\x19\x5a\xe4\xd8\xa7\x18\xd3\xce\x4a\x60\x18\xa0\xc5\x2a\x86\xe1\xa8\x3f\x9b\x67\x3b\x3d\x84\xe4\x08\x60\x49\x6e\x08\xed\xc9\xaa\xf7\xcc\x8f\x61\xdc\xd7\x88\xe2\x28\x18\xc0\xe5\x02\xf8\x93\x41\x47\x1e\x36\x5f\xd0\x90\x1d\x59\xd1\x9e\x2a\x8a\xd2\xaa\x95\xb4\xce\x78\x19\x00\xbd\x31\x0b\x49\xc3\x65\xda\x8d\xe2\x92\x58\x41\x23\x32\xa4\x6d\xad\xc0\x2c\x2b\xf6\x81\xe2\xad\x11\xf1\x29\x21\x3d\x83\xa7\x1f\xae\x3c\x36\xfb\x73\x32\xa8\xcd\xcc\x05\x06\x0b\x63\x54\x75\x1c\x20\x17\xf0\x1f\xb8\x97\x0b\x78\xcd\x56\xfc\x6e\x01\x57\x11\xfa\x73\x78\xea\xa0\xbd\xf8\xf8\x32\x62\x42\x2c\x6a\x0e\xdf\xa5\xdf\xa4\x45\xe6\xfc\x3b\xae\xfc\xc2\x19\x91\x53\xb7\xc4\x69\xbe\xd3\xc2\x52\x78\xfa\x6a\x46\x05\xfb\xac\xb9\x45\xfa\x7e\x24\xb0\x71\x4d\x5b\xb2\x07\x81\x0d\xd2\x1b\x04\x25\x08\x93\x64\xb4\xc6\x1a\x94\x66\x89\xb3\x65\x72\x01\x74\x89\x4b\x03\x75\xc7\xa5\xd4\xa6\x15\x3e\x2b\xfe\x39\x5d\x43\xbf\xf6\xc6\xdd\xb8\x0e\x19\x80\xd5\x23\x8a\x86\xf7\x3d\xea\x78\xe1\x0c\xaa\x7e\x6a\xd7\x0f\x12\x08\xdb\x07\x30\xa5\xb0\x8c\xa2\xf5\x5f\x5c\xa1\xdd\x99\x81\xef\xb6\xd6\xc2\x6a\x5f\x07\xee\x9c\xa0\xc6\x63\x83\x7d\x0b\x74\xdc\xba\x1e\xef\xa3\xc5\xdf\x49\xa0\x4c\xa1\x60\xa4\xb7\x3e\x69\xe1\x9c\xa6\xa5\xb1\x05\xf6\x3b\x09\x2d\x76\xc6\xd3\x5d\xff\xe7\x9f\xff\x1a\x00\xb9\x09\xd2\x44\x8b\x7b\xb3\x96\x9e\x2c\xb0\xb3\xfb\xb6\x60\x88\x8a\xe0\x38\x03\x33\xee\xeb\x9d\xc4\xdc\x94\xeb\xf0\x73\xed\x7c\x82\xd1\xd9\xd8\x33\x68\x4e\x07\xc2\x1a\x5a\x2c\x0f\xb8\x87\x37\x96\x4c\xe2\xd2\x33\x52\x2b\x4f\x70\xe7\x99\xaf\xa8\x79\x7c\xb8\x80\x0f\x89\x3a\xb8\x41\x1f\x4f\x32\x6b\xf7\x58\x47\x93\x99\x3e\x6d\x67\x33\x10\x35\x4b\x5b\x31\x98\x01\xeb\x25\xd9\xed\x90\xb5\xb3\x6c\x8e\xc7\x78\x9e\xcc\x8c\xed\x64\xa6\xfd\x69\x94\x75\x5f\x86\x24\x02\x25\x1f\x44\x83\x70\xd9\x6e\x29\xa3\x52\x09\xa2\xb8\x88\x50\x3b\x3d\x0d\xc1\x7c\xf4\x2c\x7e\x7d\xd9\xf7\xde\xe0\x92\x04\x88\xe2\x61\xaa\xcf\x0d\x26\xb2\x81\x1a\xd3\xfd\x54\x1b\x81\x5c\x0b\xbe\xbd\x46\x34\x21\x44\x9e\x1a\x4c\x85\x51\x19\x81\xb5\x3b\x15\xb8\x25\x94\x51\xb6\xbe\xdc\x3a\x67\x66\x61\x15\x03\xfd\xea\x61\x5c\xec\x7c\x9d\xa8\x78\x3d\x4d\xfd\x2d\x9c\x17\xab\x94\x8c\x2e\xc0\xd7\x61\xa5\x6c\x06\xec\x25\x1e\x03\x2c\x5b\x7f\x42\x58\xac\x98\xe4\xf4\xc8\x9f\x3c\xcb\xc0\x17\x94\xb2\x51\xf3\xf9\xb3\x7c\x0b\x7e\x5a\xe0\x56\x0a\x27\x8a\xce\x60\x3a\xbe\x0b\x30\x1f\x8e\xf1\xe0\xdb\xe3\x3c\xf8\xae\xb1\x9e\x83\x96\x13\xf4\x85\x16\xa5\xca\x50\xfd\xd9\x11\x46\x9b\xd9\x93\x2b\xc2\xb4\xed\x1d\x95\x67\x83\x20\xf0\x7f\x06\x94\x1a\x63\x4b\x4f\x6d\x3f\xb5\x12\x59\xc5\x5a\xc2\x5b\xad\x7e\xe1\x8d\x36\xed\xfa\xff\x7f\x3b\xea\xcf\xa3\xf9\xb1\x5a\x52\x09\x6b\x43\x08\xa1\x8d\x3b\x8b\xcc\xb4\xf1\x4c\xce\x75\x04\x65\x95\xcb\x27\xf3\x02\xf1\xfb\xda\xae\x53\x95\xf8\xc1\xeb\x59\x7d\xdf\xa7\xa7\x30\x30\x81\xa4\xd9\xe8\x48\xb0\x36\xc2\x11\xe6\x1d\xc3\xbb\x9d\xf5\x16\xce\xc0\x59\xe9\x73\xeb\xfc\x50\xc5\xae\x78\x14\x25\x36\x65\xb9\xc1\xd1\xab\x98\xe4\xd6\x3b\x7f\x96\x99\xad\xca\x1a\x5a\x2b\x9c\xb0\xbd\x66\x2d\xde\x69\xeb\xf1\x6f\xc9\x88\xdb\x0d\xed\x31\x1d\x73\x3e\x2d\x5b\x4f\x9f\x1e\x2d\x44\xb5\x70\xbd\x80\xfb\x21\x5e\xf8\xe3\xa1\x00\x1e\x32\x9f\x68\xec\xaa\x4e\x1c\xe2\x24\x20\x8f\x2a\x4d\x20\x99\xda\x63\x4f\xe6\x39\x3c\xcd\x32\xd7\x22\x6e\xec\xfc\x7b\xf3\x7a\x0a\x29\xf0\x6e\x3e\x4b\x1f\x52\xc4\x8a\xe4\x62\x12\xd6\x51\x26\x3f\xa3\x4a\xb1\xf6\x31\x86\x3f\x91\x82\x7c\xc1\x43\xc9\x50\xf2\x99\x74\x05\x07\xc1\x1f\x72\x0b\x09\xf4\xc9\x37\xdf\xe8\x2e\xe2\x4f\xbd\x02\x91\x8a\xd9\x83\x3e\xa4\x54\xd3\x3a\xfe\xe5\x93\x4c\x3f\x93\x9f\x3f\xc2\x3f\x1e\x52\xef\x47\xd8\xf4\xff\x77\xf6\xfc\x3e\xdf\xe9\xd1\x76\xfc\xb0\x0d\xff\x3a\xfb\x9d\x11\xfe\xd1\x76\x7b\xca\x66\xdf\xc7\x95\xa1\xc3\x01\xac\x2d\x73\x9a\x4c\xc5\x53\x2e\xaa\xe3\x12\x05\x3c\xd6\xd3\x3c\x86\x95\x26\x71\x19\xab\xb9\xdf\xb9\x8c\x9b\x71\x41\x1b\x44\x86\xb7\xe3\x72\x3a\x80\x9a\x5e\x3e\xfa\x31\x81\x43\xe5\xe1\x04\x42\x95\x87\x29\x2b\x42\x20\x57\x90\x24\xc1\x78\xfe\x0d\x3c\xf2\xfc\x31\xfb\x82\xce\x6c\xec\x01\xce\xfc\x65\x24\xc1\xec\x13\x54\x98\x53\x23\x31\xef\xdb\x94\xc4\x7e\x6b\xeb\x7c\x6b\xf3\xdf\x96\x3d\x09\x22\xcb\xe3\x99\x95\xce\xfb\xcd\x59\x77\x65\x0c\x92\xe5\xdd\x9a\xde\x20\x03\x36\x6c\x57\x28\xb4\x3d\x63\x78\x5b\xa9\x94\x2c\x60\x47\x68\xab\xf3\xe8\x04\xd0\x6a\x0f\x9f\x77\x64\x8f\xe2\xf3\x02\x08\x6b\x75\x72\x6b\xa0\x6e\xfd\x19\x97\xaf\xf7\x15\xd5\xa3\x04\x4c\xa5\x92\x94\x54\x90\x96\xc9\x68\x6d\x87\x35\x96\x01\xe6\x86\xdc\x98\xa4\xe2\x0b\xee\xa5\x45\x43\x20\x70\xd6\xef\x9d\x8c\x99\x8a\x93\xda\x08\x3e\xac\x37\x09\xa4\xa8\x08\x93\xd6\x1f\x75\xe8\xe3\x0b\x2c\x65\xf5\x67\x91\x00\x89\xeb\x33\xdd\xd0\xf7\x7b\x5b\xfd\xe1\x7d\x5f\xa9\x1f\xf9\xc2\xd0\x72\x52\x0d\x6c\x16\x54\xa4\x55\x8d\xb5\xa9\xaf\x99\xd2\xac\xd8\xa3\x38\x03\x13\xd5\xd9\xe2\xea\x7b\xd2\x0f\x08\xbf\x82\x2b\x16\x8e\x65\xc0\x5c\x5b\x76\xa2\x16\xa3\x34\xde\x65\x9e\x55\xbd\xf7\x93\x20\x6f\x75\xe4\xce\x2c\x4b\x82\x08\x55\xaa\xb2\xda\x26\x98\xb9\xb0\x1d\xa4\x82\x95\x29\x05\x52\x45\x6f\xf0\xc9\x21\xff\xf2\x50\x0e\x9a\x57\x51\x7b\x4e\xda\xf3\xff\xcb\x12\x2a\xbc\x7c\x09\x1f\x3e\x4e\x20\x7d\x39\x51\xf1\xfa\x58\xd4\xa6\xf0\x8e\x4a\x45\xd9\xfa\xea\xab\x6a\x54\xe9\x62\xbe\x50\x35\x01\x73\xaa\x60\x55\xe4\x4b\x54\xc7\xdb\x95\x1c\x89\xea\xc4\x68\x22\x96\xd6\x73\x68\x11\xad\xc1\x68\x6a\xc7\x1c\xc8\x7d\x9b\x39\x61\x36\xff\xca\xe0\xd1\xd0\x92\xec\xe0\x22\x9a\xbc\x8c\x55\x35\x88\x00\x95\x72\xc0\x6f\xe3\x77\x5e\xbb\x08\xb4\x8d\xc8\x1f\xca\x80\x64\x57\x62\x5b\x67\x44\x43\x76\x47\x11\x7d\x52\xaa\x25\xb9\xc1\xbc\xee\x28\x17\xa0\xf8\xc1\xe2\x7e\x19\xa8\x1d\x71\x16\x9b\xee\x60\x9e\x95\x31\xa3\xb3\x82\x4b\x90\x4a\x0c\x8d\x82\x0d\xef\x5b\xca\xd6\xb5\x58\x8c\x21\xb6\x36\x1a\x6e\x48\xdf\x0c\x3d\x51\x21\x24\x90\x45\xd9\xd3\x81\x4b\xdc\x59\x52\xf4\xb4\x86\x3f\x0e\x25\x74\x6c\x3d\x48\xbb\xc2\x96\x7c\x29\xfc\x87\x04\x81\x72\xc7\x99\x19\xb0\xa1\xeb\x0d\x68\xfb\x20\x81\x5b\xb3\xce\x50\xdd\x72\xf1\xa5\x6a\x89\xb5\x02\x54\x82\x8f\x02\x1d\x93\x05\x34\xdc\x3a\x39\xce\x10\x06\x46\xcd\xf7\xe0\xfb\x01\x8d\x13\xb7\xe9\xc3\xf5\xfb\x3f\x69\xa4\x2d\x5a\xd6\x2f\x69\xf5\x37\xbb\xd5\x44\x2c\x66\x4d\x22\x77\x20\x42\x3d\x1e\xc9\x10\x68\x3c\x0a\xc9\x62\xd6\x24\x92\x07\x22\xe5\x51\x3c\x29\xa3\xea\x3b\x47\xe1\xa9\x61\x32\x07\x05\xd1\x02\x70\x11\xb3\xb6\x1c\x5a\x59\x56\x9b\xb5\xf2\x69\x39\xb5\x82\x14\x5c\xd4\x50\x9d\x52\x2c\x78\x8f\x82\x76\xfb\x9f\xb5\x35\x74\x25\x87\x37\x28\x75\x42\x66\x38\xa2\x93\xa7\x31\xaa\xb8\x19\xc7\x4a\x37\xf8\x9a\x8b\xb7\xa3\x12\xbc\x0a\x9c\xaa\xb5\x4b\xc4\x6a\x37\xb9\x6c\x72\xec\xf0\x56\x0c\xa8\x53\x50\x73\x94\xa7\xc7\xc2\x86\x48\x90\x43\xd7\xd1\x86\x22\x1b\x1b\x1d\xb4\xbc\x98\x44\x37\x52\xc8\x51\x6c\xb4\x41\xe0\x4c\x51\x36\xd4\xf3\x34\x6b\xf4\x1d\xf6\x18\xed\xe7\x0c\x7e\xe2\xbc\x4f\x30\xda\x20\xe8\xdc\x63\x3b\x6c\x1d\x46\x1e\x05\x9d\x8d\x53\x1d\xc4\x1d\x8d\xcb\x32\x05\x4c\x25\xdc\x98\xb0\x8a\x9a\xf3\x39\xea\x08\x7f\x3c\xd1\xeb\x7a\xa1\x37\xe7\x71\x73\xf3\x2b\x8a\x6b\x37\x46\xee\xcc\xc6\x0a\xb3\x36\x1b\xed\x44\x67\xcf\xef\xc7\x0d\xe9\x07\xf3\x62\xc3\x0d\x61\x5a\x82\x87\x38\x7c\x87\x19\x75\x47\xbb\xbe\xc8\x55\xa8\xb6\xb7\xb0\xf3\xc9\xad\x38\x1c\xa3\xfd\x6b\x17\x36\xa1\xe5\x07\x98\xba\x98\x22\xca\x02\x1e\x58\xa3\xa6\xed\xd5\x85\xe0\xa2\x2e\x55\xe5\xf4\x0c\x15\x53\x54\x4b\x9e\x94\x53\xea\x38\xc2\xc5\x04\xf2\x79\x66\x36\x1a\x80\x47\x28\x35\x95\xda\xb1\xc6\x69\xc6\xfb\x3f\xc1\x0a\x3b\x2e\x02\x27\xd9\x1a\x48\x2c\x08\xa1\x39\xec\xb5\xb2\x2b\x51\x74\x39\x59\x2e\x31\x46\x9b\xc6\x23\x65\xbd\x98\x71\xa1\xc8\x74\x1a\x15\xeb\x4d\x5d\xb3\x16\x7e\x25\x9d\x90\x89\xa8\xb3\xc0\x4b\x75\xe8\x05\xc8\xc5\x3b\xe0\x38\xd3\x81\x90\xb0\xd1\x85\x4d\x27\x73\xff\x68\x80\x7b\x80\x85\xf0\xba\xae\x82\x08\xfe\xdc\xc3\x3e\x89\xd4\x2c\xe7\x76\xb4\x63\xaf\xf7\xc4\xa1\xee\x2c\x8d\xcf\x19\xfd\xc8\x1f\x3d\xb8\xaf\x57\x59\x30\x69\xf1\x5d\xb1\x89\x79\xfd\xfc\xfd\x78\x29\x99\x05\x51\xfb\x64\x79\x7a\xd9\x34\xaa\x4c\x1e\xc7\x30\x78\x11\xe9\x6c\xbd\xef\x32\x0c\xd8\x92\xbb\x57\xf5\x16\x4c\x33\x64\x7e\x76\xa4\x5f\xf1\x2d\x6a\x9e\x7a\x2e\x76\x9b\x36\xe0\xa3\x69\xd5\x61\xc6\x96\xdc\xa5\xea\xe5\xbb\x03\x1a\xbe\xdd\x0d\xca\xb4\xf3\xce\x8a\xcd\x64\x0f\x2a\xdd\xa4\xe5\xf6\xd2\x06\xb6\x80\xb6\x13\x8b\x80\x71\xae\x3b\x07\x77\x60\xac\xa8\x85\xf0\xa6\xb0\x3b\x59\x53\xf2\xd2\x35\x8a\x98\x92\xeb\x1b\x94\x28\x6e\xc2\xe8\x59\xe0\xee\x98\x6d\x8c\xac\xec\x26\xd7\xb8\x70\x2c\x9b\x3d\xcf\x8b\x05\xda\x4c\x74\xa1\x34\x6e\x76\x16\xe9\xc6\xdf\x50\x70\x9d\xb8\x2a\x40\x22\xfa\xfd\xb2\x56\xe7\x9d\x62\xff\xac\x4c\x9d\xea\xae\x41\x89\x01\x17\x95\x93\xbf\xcc\x55\xd4\xf7\x56\x4e\x9c\xf2\x24\x85\x04\x25\x33\x27\xea\x68\x53\x9d\x95\x86\x0f\x63\x4f\x8f\xad\xd7\xc7\xf3\x5e\xdb\xfc\x03\xdb\x35\xda\x03\xf1\xdb\x0d\x0a\x8c\xa2\xaa\x96\xa3\x64\xca\xd6\xb5\x88\xef\x03\x52\x02\x49\xba\x1e\x91\xf0\x3c\xd5\x84\xb1\xd1\x34\x3e\x29\x73\xe7\x85\x2a\x9c\xe1\xc1\xc5\x68\x0a\x8a\x0e\xb4\x6f\x3b\x0e\x1c\x31\x18\x97\x3b\xd4\x51\xf9\x28\x41\x71\x06\x3b\x0f\x6c\x56\xde\xdd\x61\x0b\x54\xc5\x3c\x88\xc4\xb5\x38\x84\x29\xb4\x36\x69\x9e\x7a\x40\x2e\x3d\xe0\x17\x17\x47\xc9\xde\x57\x09\xec\xd1\xc2\x5a\x34\xf2\x5d\xd9\xa8\xc0\xf4\xcb\x25\xee\x5f\x13\x42\x0e\x2b\xd7\x4f\xa7\xb8\x6b\xcb\xf7\x59\x79\x00\x10\x9a\x82\x2e\x07\xb5\xf1\x35\x1b\x13\x26\x8c\xb3\x69\xbd\x71\xd8\x42\x4c\x11\x9c\x7d\xd2\xc3\x0e\x7b\x9d\xc7\x77\xf9\x47\x92\xa7\x65\xbf\x43\x0c\x67\xa0\xdf\xc3\xfa\xe3\xa4\xe9\xa7\x5d\xbc\xd8\x11\xf6\x53\xa0\xeb\xde\xb3\x9e\x2d\xd0\x7d\x01\x2d\x37\x3d\x7d\x3e\x94\x5a\xe4\xf3\x4d\x71\xd9\xaa\xfd\x08\x64\x60\x0c\x35\xd1\x89\xa0\xfd\x3e\x74\x47\x46\x4d\x93\xa9\x72\xd5\xd4\xae\xb0\x07\xa4\x62\x0a\xbe\x6b\xdb\x40\x82\xd8\xcb\x97\xfe\xfc\x31\x14\xbd\x6a\x72\x73\x06\xef\x98\xc9\x4b\x14\x77\xdd\xba\x20\xb0\x43\x81\x5a\xf5\x5c\x48\xe8\xcd\xac\xd9\x8d\xb5\x95\x4f\xe6\x27\x13\xcc\x7a\x51\xb1\x4a\x15\xa6\xb9\x33\xd9\x41\x0d\xc6\x2c\xeb\x38\x9b\xb7\xda\xa8\xa8\x0d\xdc\x52\x73\x91\xe2\x46\xa7\x9a\xda\x31\x92\x66\x83\x6d\xc1\x37\x22\xbd\x09\xb2\x1d\x9a\x02\x61\x60\x2d\x86\x2e\x94\x60\x7d\x3c\x12\x16\x2c\x77\x46\x5f\x6d\x90\x8a\x58\x71\x65\xb8\x68\x01\x54\xeb\xb4\xeb\xd1\xcc\xb3\x97\xa8\x0d\xd0\x21\x72\x35\x08\x81\x4c\xf5\x7b\xbb\x0f\x77\x6b\xc3\x57\xcd\x3a\x42\xfb\x22\xf2\x9f\x11\x19\xee\x9f\x58\xe7\xef\x0a\x41\xa6\xa4\xee\xbd\xdc\x54\x2c\xdc\xf3\x35\x6d\xe6\x05\x41\x7e\x1a\x54\x5c\xae\x13\x9a\xdb\x58\xf3\x9e\x37\x8e\x9b\xda\x83\x2d\x7c\xb1\xc1\x3e\xdc\x10\x09\x3d\x4a\x19\x25\xac\x7e\xf2\x78\xb4\x5e\x4d\x26\xfc\x27\xb6\x11\xc7\xf9\x27\xd7\xbb\xf3\xde\xb7\xd4\x45\xb3\x8a\x56\x88\x00\x3d\xb2\x15\xce\x12\x19\x6e\x69\x39\xff\x33\x33\x55\xd8\x70\xae\x73\xfe\x2c\x80\x4f\x83\xcb\xb7\xae\x9e\xea\x4b\xa7\x91\xb3\x13\xd8\x70\x66\x0b\x37\xd8\xc2\x20\x7d\xf9\xb5\x25\x8a\x78\xd3\x4d\xa5\xbb\x80\xa3\x33\x24\x77\xdf\xe3\xe7\xe4\x98\xdc\xd0\xbe\xe7\xcd\x97\xf1\x72\x91\x9d\xb1\x31\x75\x6b\x77\x55\x0b\x7c\xf1\xb8\x7a\x43\x2b\xec\xb8\x62\xbe\xbf\xc2\xc2\x42\xea\xc6\x6c\xbd\x77\xb7\xeb\x29\xb6\xe1\x2a\x50\xdf\xc3\x9a\x6b\xf9\xe0\x0c\x6b\x97\x98\xf2\x94\xb1\xb1\x0a\x70\xf8\x78\xca\x13\xc9\x0f\x4e\x5c\x26\x6b\xf1\x6e\xec\xa8\xa6\x99\x45\x4f\x3b\x19\x17\xa1\xc0\x6d\x51\x5d\x45\x7d\xea\xfe\x38\x71\xbc\x10\x12\x3b\x50\x7b\x39\xc1\x9c\x00\x4e\x4b\xcb\xa7\x70\xb3\xe9\xa8\x5b\x4a\x7f\x07\xd7\x73\x0e\xdc\x8d\xba\x29\xfd\xca\x03\x0e\xef\xce\x37\x17\xad\x31\xf6\x34\xe6\x69\xd4\x1a\x60\xda\xd8\xd2\x6e\xa4\xd7\x4c\xcd\xfc\xf4\x7f\x80\x77\xaf\x99\xfa\xe7\x7f\x2a\x8e\x64\xfc\x3e\xe6\x69\xac\xf0\xbd\xda\xff\x1c\x28\x77\x58\x2e\xd2\xc6\xba\xe4\x4c\xcc\x87\xf2\x99\x90\xf8\x76\xfd\xfb\x17\xb3\x53\x7b\x9d\x6e\x74\xd2\xfe\x5d\xad\xbd\xcf\xaf\x78\x0c\x07\x2a\x5c\x80\xb4\x21\x1e\x0e\x0a\x99\xd5\x2d\x2a\x81\xc0\x4e\xf0\x55\x8f\x5b\xe7\xf9\x6d\x29\x2b\x11\xc0\x93\xc7\x09\x49\xa5\xd7\x3e\xdc\x05\x2a\x1b\x45\xce\x26\x8f\xa2\x0e\x5d\xe3\x69\xf8\x6e\x7f\x9e\x4c\x2c\xe2\x22\x13\x37\xdd\x25\x63\xe6\xb5\x80\x28\x47\xe9\x0c\x5e\x09\xc1\x85\x46\xd5\xd4\xf5\xd4\x5d\x76\xde\x66\x4e\x6f\xf6\xe6\xd4\xcd\x04\x4c\x68\x8a\xae\x94\xf4\xf4\x6f\xd8\x42\x47\x85\x54\xbe\x9d\x2b\x25\xc5\x68\x7a\x8a\x7e\x92\x4f\x7a\x8d\x18\x87\x0c\xef\xa4\x8c\x83\xdb\x9d\xda\xfb\x6b\x5b\xbe\x10\x79\x2b\xa8\x41\x97\xe1\x6d\x46\x51\xc5\x7d\x0e\x11\x78\x58\x3d\xcf\x7f\x3c\x39\x0f\x03\x35\xc7\xa9\xc9\xb6\x16\xc9\x51\xea\x41\x88\xde\x17\x3e\x70\x1f\x38\x01\xbf\x7c\xb8\x71\x28\x1d\x7f\x7c\xe3\x50\x3a\x6f\xb2\x71\xe8\xfe\x24\xd4\x97\x5d\x56\x54\x0d\x96\xec\x4d\xdb\xd8\x11\xe6\xdd\x75\xce\x4f\xda\xa6\xa1\x0c\x4d\xf3\x36\x43\x61\x5a\xe3\x0e\x66\x67\x0f\xa5\x7e\x13\xd7\x51\x0d\xa6\xc1\xcb\x55\x9a\xbf\xb2\xfc\x67\xbc\x0b\x69\x67\x26\xa7\x84\xbf\x87\x59\xb1\xc3\xdf\xfb\x81\xb5\x33\xc2\x1f\x73\x74\xc7\xe1\xb5\x73\xc1\x79\x6e\x50\xaa\x17\x28\xcd\xb9\x49\xa6\x67\xb6\x7d\x0b\x88\xd5\x29\x6f\xc1\xed\x65\x5e\xc3\x04\x2d\xe1\x40\x4d\xfb\x88\x13\xea\x8a\xa9\xf4\x17\x44\xac\x6f\xb0\x5e\xfc\x95\xd6\x60\x7b\xa3\xc7\x8c\x79\xbb\xdf\xe1\x19\xe8\xbf\xe7\xf9\x05\xe7\x17\xb3\xf9\xbc\x7e\xf3\x39\xf5\xa3\xed\x96\x9a\x7e\x4f\xd7\xfe\x93\x5c\x6a\x9a\x1d\xa3\xa9\xe7\xcf\x0c\x8c\xac\xdf\xa1\x73\x66\xd2\xc0\xf3\x42\x7e\x7f\xf2\xbf\x01\x00\x00\xff\xff\x69\x65\x9c\xcd\xf7\x41\x00\x00" +var _flowfeesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x3b\x5d\x73\x1b\x39\x72\xef\xfa\x15\xbd\xae\x8a\x8f\xbc\xa5\x29\xe7\xa3\xf2\xa0\x48\xf6\x69\x75\x56\xca\x95\x5c\x6e\xcb\x67\xfb\x1e\x1c\x97\x0d\xce\xf4\x90\x28\x0f\x01\x06\xc0\x48\xe2\xed\xea\xbf\xa7\xf0\x39\xf8\x1a\x8a\xb2\xbd\xa9\xca\xf1\x41\x22\x67\x80\x46\xa3\xbf\xbb\xd1\xa0\xdb\x1d\x17\x0a\x9e\x5c\x0f\x6c\x4d\x57\x3d\xbe\xe5\x5f\x90\x3d\x39\x09\x8f\x7b\x7e\x5b\x79\xf4\x17\xc5\x05\x59\xe3\x35\xa2\x7c\x72\x72\x42\x9a\x06\xa5\x9c\x91\xbe\x9f\x43\xc3\x99\x12\xa4\x51\xa0\x87\xe9\xf7\xf0\xcb\xc9\x09\x00\xc0\xe9\x29\xbc\xba\x41\xa6\x40\x6d\x88\x02\x2a\x01\xb7\x54\x29\x6c\xe1\x76\x83\x0c\x94\x5e\x43\x02\x11\x08\x2d\xee\xb8\xa4\xfa\x8d\xe2\xa0\x36\x08\x1d\x22\xdc\x90\xa1\x57\x06\x4e\xbc\x18\x1a\x80\x06\x3f\xf9\x47\x3f\x6d\x46\xb6\x7c\x60\xea\x0c\xde\x5d\xd3\xbb\x7f\xfd\x97\xf9\x23\x97\xbf\xa5\x6a\xd3\x0a\x72\xcb\xa0\x13\x7c\xfb\x08\x04\xfe\xea\x27\x7e\x0d\x02\x9d\xa6\x94\xdd\x7d\x3b\x34\x0a\xdb\x89\xa5\x34\x45\xff\xe8\x86\x64\xeb\x2c\x80\xb2\xa6\x1f\x24\xe5\xec\x55\xd7\x71\x11\xbd\xc0\x3b\x6c\x06\x55\xbc\x38\x16\x33\xd8\x11\x41\xb6\xa8\x50\x48\x68\x36\x84\xad\x71\x1a\xbb\x9f\xc3\xd0\x2b\x33\xb2\x9d\xc9\x41\xac\xf1\x9a\x34\x8a\x8b\x49\x54\xaf\xb8\x9c\x46\x37\x7e\x79\x1c\x37\x37\x08\x3d\x95\x0a\x78\x07\xcd\x86\xf6\xad\xd9\x04\x69\x1a\x4d\x2e\xbf\x05\xb9\xf4\x90\xae\x38\x53\x84\x32\x69\x79\x3d\xf4\x3d\x30\xbc\x9d\x06\x00\xa4\x6d\x05\x4a\x89\xd2\x03\x98\xe9\x89\x41\xde\xfd\x30\xaa\x24\xf6\x9d\x46\x8e\x71\x65\x37\xdc\x62\x3b\x9f\x20\xdd\x95\x5e\xe6\x1a\xf1\xd2\x61\xe9\xa9\x17\x16\x3b\x83\x0f\x97\xf6\xfb\xc7\x91\x08\x3f\x0b\x7a\x43\x94\x93\x4e\x23\xba\xb0\x1b\x56\x3d\x6d\xbc\x16\x41\x37\xb0\x46\x93\x32\x5e\x56\xe3\x35\x87\x1b\x22\xec\xbc\x33\xf8\x43\x50\xf3\xe5\x7b\x23\xe7\x05\x92\xdd\xc0\x3c\xc8\x99\xd6\x8b\x33\xf8\xc3\x2f\x89\xc9\xb0\x13\xef\xe7\xf0\x8b\x99\xab\x3f\x3d\x2a\xab\x43\xe7\xcf\xec\x7f\x22\x7f\x28\x97\x8a\x47\xaf\x48\x4f\x58\x83\x70\x61\xc6\x2f\xdd\xcf\x30\x44\xe3\xbd\x34\x28\x2f\x53\x5c\xce\x9f\xe9\xff\xf3\x30\x50\x4b\xc3\xa4\x59\x70\x50\xed\xe8\x7b\x4f\xca\x53\xf8\x77\x54\x46\x02\x3c\x12\xbc\x33\x3f\x0d\x4f\xdf\x57\xb5\x5f\x13\x65\x8d\xea\x1a\xf1\x27\x3b\x67\x36\xf7\x72\x9a\x91\xa1\xc9\xb8\x0b\x17\x76\x33\x2b\x2e\x04\xbf\xcd\x79\x3f\x73\x0c\x76\x4c\xee\x48\xdf\xaf\x48\xf3\x05\x28\x83\x86\x48\x04\xc6\x9d\x54\x06\x91\xbe\x45\x81\xd0\x08\x24\x5a\x07\xf6\x38\x52\x95\x76\x95\xb5\x2f\x80\xd1\x1e\x7e\xfd\xb5\x78\xf5\xc3\xb2\x47\xb6\x56\x1b\x3d\xe4\x79\xb4\x05\xfd\x11\xa8\x06\xc1\x62\x1e\xe4\xec\xb9\x1f\xb1\xd6\xb2\xa5\xb8\x22\xbd\xa1\xde\x05\x3c\x5f\x3e\x0f\xef\xe2\xe7\xe3\xf7\x1f\x6b\x90\xc3\x9c\x8e\x0b\xad\x82\x0e\xcf\x37\xd8\x19\x5a\xe4\xd8\xa7\x18\xd3\xce\x4a\x60\x18\xa0\xc5\x2a\x86\xe1\xa8\x3f\x9b\x67\x3b\x3d\x84\xe4\x08\x60\x49\x6e\x08\xed\xc9\xaa\xf7\xcc\x8f\x61\xdc\xd7\x88\xe2\x28\x18\xc0\xe5\x02\xf8\x93\x41\x47\x1e\x36\x5f\xd0\x90\x1d\x59\xd1\x9e\x2a\x8a\xd2\xaa\x95\xb4\xce\x78\x19\x00\xbd\x31\x0b\x49\xc3\x65\xda\x8d\xe2\x92\x58\x41\x23\x32\xa4\x6d\xad\xc0\x2c\x2b\xf6\x81\xe2\xad\x11\xf1\x29\x21\x3d\x03\x32\xa8\xcd\xcc\xc5\x02\x73\x78\xfa\xe1\xca\xe3\xb6\x3f\x8f\x5f\x2d\x8c\x89\xd5\x51\x81\x5c\xc0\x7f\xe0\x5e\x2e\xe0\x35\x5b\xf1\xbb\x05\x5c\x45\x9b\x99\xc3\x53\x07\xfb\xc5\xc7\x97\x11\x4b\x62\xc1\x73\xd8\x2f\xfd\x96\x2d\x6a\xe7\xbf\x19\x1e\x2f\x9c\x81\x39\x75\x0b\x9e\xe6\x54\x28\xac\x88\xa7\xbd\x66\x62\xb0\xdd\x9a\x93\xa4\xef\x47\xe2\x1b\xb7\xb5\x25\x7b\x10\xd8\x20\xbd\x41\x50\x82\x30\x49\x46\x4b\xad\x41\x69\x76\x39\x3b\x27\x17\x40\x97\xb8\x34\x50\x77\x5c\x4a\x6d\x76\xe1\xb3\xe2\x9f\xd3\x35\xf4\x6b\x6f\xf8\x8d\x5b\x91\x01\x58\x3d\xda\x68\x78\xdf\xa3\x8e\x25\xce\xa0\xea\xc3\x76\xfd\x20\x81\xb0\x7d\x00\x53\x0a\xd2\x28\x76\xff\xc5\x15\xda\x9d\x19\xf8\x6e\x6b\x2d\xac\xf6\x75\xe0\xce\x41\x6a\x3c\x36\xd8\xb7\x40\xc7\xad\xeb\xf1\x3e\x92\xfc\x9d\x04\xca\x14\x0a\x46\x7a\xeb\xaf\x16\xce\xa1\x5a\x1a\x5b\x60\xbf\x93\xd0\x62\x67\xbc\xe0\xf5\x7f\xfe\xf9\xaf\x01\x90\x9b\x20\x4d\x24\xb9\x37\x6b\xe9\xc9\x02\x3b\xbb\x6f\x0b\x86\xa8\x08\x8e\x33\x3e\xe3\xbe\xde\x49\xcc\xcd\xbc\x0e\x4d\xd7\xce\x5f\x18\x7d\x8e\xbd\x86\xe6\x74\x20\xac\xa1\xc5\xf2\x80\xeb\x78\x63\xc9\x24\x2e\x3d\x23\xb5\x62\x05\x57\x9f\xf9\x91\x5a\x34\x00\x17\xf0\x21\x51\x0e\x37\xe8\xe3\x49\x66\x09\x1f\xeb\x84\x32\xb3\xa8\x6d\x70\x06\xa2\x66\x85\x2b\xc6\x34\x60\xbd\x24\xbb\x1d\xb2\x76\x96\xcd\xf1\x18\xcf\x93\x99\xb1\x0d\xcd\x6c\x41\x1a\x81\xdd\x97\xe1\x8a\x40\xc9\x07\xd1\x20\x5c\xb6\x5b\xca\xa8\x54\x82\x28\x2e\x22\xd4\x4e\x4f\x43\xa0\x1f\x3d\x8b\x5f\x5f\xf6\xbd\x37\xc6\x24\x01\xa2\x78\x98\xea\xf3\x86\x89\x4c\xa1\xc6\x74\x3f\xd5\x46\x27\xd7\x82\x6f\xaf\x11\x4d\x78\x91\xa7\x0d\x53\x21\x56\x46\x60\xed\x6a\x05\x6e\x09\x65\x94\xad\x2f\xb7\xce\xd1\x59\x58\xc5\x40\xbf\x7a\x18\x17\x3b\x66\x27\x2a\x5e\x4f\x53\x5f\x0c\xe7\xc5\x2a\x25\xa3\x0b\xf0\x75\x58\x29\x9b\x01\x7b\x89\xc7\x00\xcb\xd6\x9f\x10\x16\x2b\x26\x39\x3d\xf2\x27\xcf\x32\xf0\x05\xa5\x6c\x44\x7d\xfe\x2c\xdf\x82\x9f\x16\xb8\x95\xc2\x89\x22\x37\x98\x8e\xfd\x02\xcc\x87\xe3\x3f\xf8\xf6\x18\x10\xbe\x6b\x1c\xe8\xa0\xe5\x04\x7d\xa1\x45\xa9\x32\x54\x7f\x76\x84\xd1\x66\xf6\xe4\x8a\x30\x6d\x7b\x47\xe5\xd9\x20\x08\xfc\x9f\x01\xa5\xc6\xd8\xd2\x53\xdb\x4f\xad\x44\x56\xb1\x96\xf0\x56\xab\x5f\x78\xa3\x4d\xbb\xfe\xff\xdf\x8e\xfa\xf3\x68\x7e\xac\x96\x54\xc2\xda\x10\x42\x68\xe3\xce\x22\x33\x6d\x3c\x93\x73\x1d\x41\x59\xe5\xf2\xc9\xbc\x40\xfc\xbe\xb6\xeb\x54\x25\x7e\xf0\x7a\x56\xdf\xf7\xe9\x29\x0c\x4c\x20\x69\x36\x3a\x4a\xac\x8d\x70\x84\x79\xc7\xf0\x6e\x67\xbd\x85\x33\x70\x56\xfa\xdc\x3a\x3f\x54\xb1\x2b\x1e\x45\x49\x4f\x59\x8a\x70\xf4\x2a\x26\xb9\xf5\xce\x9f\x65\x66\xab\xb2\x86\xd6\x0a\x27\x6c\xaf\x59\x8b\x77\xda\x7a\xfc\x5b\x32\xe2\x76\x43\x7b\x4c\xc7\x9c\x4f\xcb\xd6\xd3\xa7\x47\x0b\x51\x2d\x94\x2f\xe0\x7e\x88\x17\xfe\x78\x28\xb8\x87\xcc\x27\x1a\xbb\xaa\x93\x8a\x38\x41\xa8\xc6\x98\xa9\x3d\xf6\x64\x9e\xc3\xd3\x2c\xab\x2d\xe2\xc6\xce\xbf\x37\xaf\xa7\x90\x02\xef\xe6\xb3\xd4\x22\x45\xac\x48\x3c\x26\x61\x1d\x65\xf2\x33\xaa\x14\x6b\x1f\x63\xf8\x13\x29\xc8\x17\x3c\x94\x28\x25\x9f\x49\x57\x70\x10\xfc\x21\xb7\x90\x40\x9f\x7c\xf3\x8d\xee\x22\xfe\xd4\xab\x13\xa9\x98\x3d\xe8\x43\x4a\x35\xad\xe3\x5f\x3e\xc9\xf4\x33\xf9\xf9\x23\xfc\xe3\x21\xf5\x7e\x84\x4d\xff\x7f\x67\xcf\xef\xf3\x9d\x1e\x6d\xc7\x0f\xdb\xf0\xaf\xb3\xdf\x19\xe1\x1f\x6d\xb7\xa7\x6c\xf6\x7d\x5c\x35\x3a\x1c\xc0\xda\x12\xa8\xc9\x54\x3c\xe5\xa2\x1a\x2f\x51\xc0\x63\x3d\xcd\x63\x58\x69\x12\x97\xb1\xd2\xfb\x9d\x4b\xbc\x19\x17\xb4\x41\x64\x78\x3b\x2e\xa7\x03\xa8\xe9\xe5\xa3\x1f\x13\x38\x54\x1e\x4e\x20\x54\x79\x98\xb2\x22\x04\x72\x05\x49\x12\x8c\xe7\xdf\xc0\x23\xcf\x1f\xb3\x2f\xe8\xcc\xc6\x1e\xe0\xcc\x5f\x46\x12\xcc\x3e\x41\x85\x39\x35\x12\xf3\xbe\x4d\x49\xec\xb7\xb6\xce\xb7\x36\xff\x6d\xd9\x93\x20\xb2\x3c\x9e\x59\xe9\xbc\xdf\x9c\x75\x57\xc6\x20\x59\xde\xad\xe9\x0d\x32\x60\xc3\x76\x85\x42\xdb\x33\x86\xb7\x95\x4a\xc9\x02\x76\x84\xb6\x3a\x8f\x4e\x00\xad\xf6\xf0\x79\x47\xf6\x28\x3e\x2f\x80\xb0\x56\x27\xb7\x06\xea\xd6\x9f\x7f\xf9\x5a\x60\x51\x3d\x4a\xc0\x54\x2a\x49\x49\x05\x69\x99\x8c\xd6\x76\x58\x63\x19\x60\x6e\xc8\x8d\x49\x2a\xbe\xe0\x5e\x5a\x34\x04\x02\x67\xfd\xde\xc9\x98\xa9\x38\xa9\x8d\xe0\xc3\x7a\x93\x40\x8a\x8a\x30\x69\x6d\x52\x87\x3e\xbe\xc0\x52\x56\x7f\x16\x09\x90\xb8\x3e\xd3\x0d\x7d\xbf\xb7\xd5\x1f\xde\xf7\x95\xfa\x91\x2f\x0c\x2d\x27\xd5\xc0\x66\x41\x45\x5a\xd5\x58\x9b\xfa\x9a\x29\xcd\x8a\x3d\x0a\x57\xc1\xb4\x85\xd7\xf7\xa4\x1f\x10\x7e\x85\xb1\x8e\xe8\x26\xe6\xda\xb2\x13\xb5\x18\xa5\xf1\x2e\xf3\xac\xea\xbd\x9f\x04\x79\xab\x23\x77\x66\x59\x12\x44\xa8\x52\xb1\xd5\x36\xc1\xcc\x85\xed\x20\x15\xac\x4c\x29\x90\x2a\x7a\x83\x4f\x0e\xf9\x97\x87\x72\xd0\xbc\xa6\xda\x73\xd2\x9e\xff\x5f\x96\x50\xe1\xe5\x4b\xf8\xf0\x71\x02\xe9\xcb\x89\x8a\xd7\xc7\xa2\x36\x85\x77\x54\x2a\xca\xd6\x57\x5f\x55\xa3\x4a\x17\xf3\x85\xaa\x09\x98\x53\x05\xab\x22\x5f\xa2\x3a\xde\xae\xe4\x48\x54\x27\x46\x13\xb1\xb4\x9e\x43\x8b\x68\x0d\x46\x53\x3b\xe6\x40\xee\xdb\xcc\x09\xb3\xf9\x57\x06\x8f\x86\x96\x64\x07\x17\xd1\xe4\x65\xac\xaa\x41\x04\xa8\x94\x03\x7e\x1b\xbf\xf3\xda\x45\xa0\x6d\x44\xfe\x50\x06\x24\xbb\x12\xdb\x3a\x23\x1a\xb2\x3b\x8a\xe8\x93\x52\x2d\xc9\x0d\xe6\x75\x47\xb9\x00\xc5\x0f\x16\xf7\xcb\x40\xed\x88\x73\xda\x74\x07\xf3\xac\x8c\x19\x9d\x15\x5c\x82\x54\x62\x68\x14\x6c\x78\xdf\x52\xb6\xae\xc5\x62\x0c\xb1\xb5\xd1\x70\x43\xfa\x66\xe8\x89\x0a\x21\x81\x2c\xca\x9e\x0e\x5c\xe2\xce\x92\xa2\xa7\x35\xfc\x71\x28\xa1\x63\xeb\x41\xda\x15\xb6\xe4\x4b\xe1\x3f\x24\x08\x94\x3b\xce\xcc\x80\x0d\x5d\x6f\x40\xdb\x07\x09\xdc\x9a\x75\x86\xea\x96\x8b\x2f\x55\x4b\xac\x15\xa0\x12\x7c\x14\xe8\x98\x2c\xa0\xe1\xd6\xc9\x71\x86\x30\x30\x6a\xbe\x07\xdf\x0f\x68\x9c\xb8\x4d\x1f\xae\xdf\xff\x49\x23\x6d\xd1\xb2\x7e\x49\xab\xbf\xd9\xad\x26\x62\x31\x6b\x12\xb9\x03\x11\xea\xf1\x48\x86\x40\xe3\x51\x48\x16\xb3\x26\x91\x3c\x10\x29\x8f\xe2\x49\x19\x55\xdf\x39\x0a\x4f\x0d\x93\x39\x28\x88\x16\x80\x8b\x98\xb5\xe5\xd0\xca\xb2\xda\xac\x95\x4f\xcb\xa9\x15\xa4\xe0\xa2\x86\xea\x94\x62\xc1\x7b\x14\xb4\xdb\xff\xac\xad\xa1\x2b\x39\xbc\x41\xa9\x13\x32\xc3\x11\x9d\x3c\x8d\x51\xc5\xcd\x38\x56\xba\xc1\xd7\x5c\xbc\x1d\x95\xe0\x55\xe0\x54\xad\x95\x22\x56\xbb\xc9\x65\x93\x63\x87\xb7\x62\x40\x9d\x82\x9a\xa3\x3c\x3d\x16\x36\x44\x82\x1c\xba\x8e\x36\x14\xd9\xd8\x04\xa1\xe5\xc5\x24\xba\x91\x42\x8e\x62\xa3\x0d\x02\x67\x8a\xb2\xa1\x9e\xa7\x59\xa3\xef\xb0\xc7\x68\x3f\x67\xf0\x13\xe7\x7d\x82\xd1\x06\x41\xe7\x1e\xdb\x61\xeb\x30\xf2\x28\xe8\x6c\x9c\xea\x20\xee\x68\x5c\x96\x29\x60\x2a\xe1\xc6\x84\x55\xd4\x9c\xcf\x51\x47\xf8\xe3\x89\x5e\xd7\x0b\xbd\x39\x8f\x9b\x9b\x5f\x51\x5c\xbb\x31\x72\x67\x36\x56\x98\xb5\xd9\x68\x27\x3a\x7b\xb6\x3f\x6e\x48\x3f\x98\x17\x1b\x6e\x08\xd3\x12\x3c\xc4\xe1\x3b\xcc\xa8\x3b\xda\xf5\x45\xae\x42\xb5\xbd\x85\x9d\x4f\x6e\xc5\xe1\x18\xed\x5f\xbb\xb0\x09\x2d\x3f\xc0\xd4\xc5\x14\x51\x16\xf0\xc0\x1a\x35\x6d\xaf\x2e\x04\x17\x75\xa9\x2a\xa7\x67\xa8\x98\xa2\x5a\xf2\xa4\x9c\x52\xc7\x11\x2e\x26\x90\xcf\x33\xb3\xd1\x00\x3c\x42\xa9\xa9\xd4\x8e\x35\x4e\x33\xde\xff\x09\x56\xd8\x71\x11\x38\xc9\xd6\x40\x62\x41\x08\x8d\x63\xaf\x95\x5d\x89\xa2\xcb\xc9\x72\x89\x31\xda\x34\x1e\x29\xeb\xc5\x8c\x0b\x45\xa6\xd3\xa8\x58\x6f\xea\x9a\xb5\xf0\x2b\xe9\x84\x4c\x44\x9d\x05\x5e\xaa\x43\x2f\x40\x2e\xde\x01\xc7\x99\x0e\x84\x84\x8d\x2e\x6c\x3a\x99\xfb\x47\x03\xdc\x03\x2c\x84\xd7\x75\x15\x44\xf0\xe7\x1e\xf6\x49\xa4\x66\x39\xb7\xa3\x1d\x7b\xbd\x27\x0e\x75\x67\x69\x7c\xce\xe8\x47\xfe\xe8\xc1\x7d\xbd\xca\x82\x49\x8b\xef\x8a\x4d\xcc\xeb\xe7\xef\xc7\x4b\xc9\x2c\x88\xda\x27\xcb\xd3\xcb\xa6\x51\x65\xf2\x38\x86\xc1\x8b\x48\x67\xeb\x3d\x99\x61\xc0\x96\xdc\xbd\xaa\xb7\x67\x9a\x21\xf3\xb3\x23\xfd\x8a\x6f\x5f\xf3\xd4\x73\xb1\xdb\xb4\x01\x1f\x4d\xab\x0e\x33\xb6\xe4\x2e\x55\x2f\xdf\x1d\xd0\xf0\xed\x6e\x50\xa6\xd5\x77\x56\x6c\x26\x7b\x50\xe9\x34\x2d\xb7\x97\x36\xb7\x05\xb4\x9d\x58\x04\x8c\x73\xdd\x39\xb8\x03\x63\x45\x2d\x84\x37\x85\xdd\xc9\x1a\x96\x97\xae\x51\xc4\x94\x5c\xdf\xa0\x44\x71\x13\x46\xcf\x02\x77\xc7\x6c\x63\x64\x65\x37\xb9\xc6\x85\x63\xd9\xec\x79\x5e\x2c\xd0\x66\xa2\x0b\xa5\x71\xb3\xb3\x48\x37\xfe\x86\x82\xeb\xc4\x55\x01\x12\xd1\xef\x97\xb5\x3a\xef\x14\xfb\x67\x65\xea\x54\x77\x0d\x4a\x0c\xb8\xa8\x9c\xfc\x65\xae\xa2\xbe\xb7\x72\xe2\x94\x27\x29\x24\x28\x99\x39\x51\x47\x9b\xea\xba\x34\x7c\x18\x7b\x7a\x6c\xbd\x3e\x9e\xf7\xda\xe6\x1f\xd8\xae\xd1\x1e\x88\xdf\x6e\x50\x60\x14\x55\xb5\x1c\x25\x53\xb6\xae\x45\x7c\x1f\x90\x12\x48\xd2\xf5\x88\x84\xe7\xa9\x26\x8c\x4d\xa8\xf1\x49\x99\x3b\x2f\x54\xe1\x0c\x0f\x2e\x46\x53\x90\x9f\x15\x7e\xe3\x71\xe0\x88\xc1\xb8\xdc\xa1\x6e\xcb\x47\x09\x8a\x33\xd8\x79\x60\xb3\xf2\xee\x0e\x5b\xa0\x2a\xe6\x41\x24\xae\xc5\x21\x4c\xa1\xb5\x49\xf3\xd4\x03\x72\xe9\x01\xbf\xb8\x38\x4a\xf6\xbe\x4a\x60\x8f\x16\xd6\xa2\x91\xef\xca\x46\x05\xa6\x5f\x2e\x71\xff\x9a\x10\x72\x58\xb9\x7e\x3a\xc5\x5d\xcb\xbe\xcf\xca\x03\x80\xd0\x14\x74\x39\xa8\x8d\xaf\xd9\x98\x30\x61\x9c\x4d\xeb\x4d\xc5\x16\x62\x8a\xe0\xec\x93\x1e\x76\xd8\xeb\x3c\xfe\x06\x40\x24\x79\x5a\xf6\x3b\xc4\x70\x06\xfa\x3d\xac\x3f\x4e\x9a\x7e\xda\xc5\x8b\x1d\x61\x3f\x05\xba\xee\x3d\xeb\xd9\x02\xdd\x17\xd0\x72\xd3\xd3\xe7\x43\xa9\x45\x3e\xdf\x14\x97\xad\xda\x8f\x40\x06\xc6\x50\x13\x9d\x08\xda\xef\x43\x77\x64\xd4\x34\x99\x2a\x57\x4d\xed\x0a\x7b\x40\x2a\xa6\xe0\xbb\xb6\x0d\x24\x88\xbd\x7c\xe9\xcf\x1f\x43\xd1\xab\x26\x37\x67\xf0\x8e\x99\xbc\x44\x71\xd7\xc9\x0b\x02\x3b\x14\xa8\x55\xcf\x85\x84\xde\xcc\x9a\xdd\x58\x5b\xf9\x64\x7e\x32\xc1\xac\x17\x15\xab\x54\x61\x9a\x3b\x93\x1d\xd4\x60\xcc\xb2\x8e\xb3\x79\xab\x8d\x8a\xda\xc0\x2d\x35\x97\x2c\x6e\x74\xaa\xa9\x1d\x23\x69\x36\xd8\x16\x7c\x23\xd2\x9b\x20\xdb\xa1\x29\x10\x06\xd6\x62\xe8\x42\x09\xd6\xc7\x23\x61\xc1\x72\x67\xf4\xd5\x06\xa9\x88\x15\x57\x86\x4b\x18\x40\xb5\x4e\xbb\x1e\xcd\x3c\x7b\x89\xda\x00\x1d\x22\x57\x83\x10\xc8\x54\xbf\xb7\xfb\x70\x37\x3a\x7c\xd5\xac\x23\xb4\x2f\x22\xff\x19\x91\xe1\x6e\x8a\x75\xfe\xae\x10\x64\x4a\xea\xde\xcb\x4d\xc5\xc2\x3d\x5f\xd3\x66\x5e\x10\xe4\xa7\x41\xc5\xe5\x3a\xa1\xb9\x8d\x35\xef\x79\xe3\xb8\xa9\x3d\xd8\xc2\x17\x1b\xec\xc3\x0d\x91\xd0\xa3\x94\x51\xc2\xea\x27\x8f\x47\xeb\xd5\x64\xc2\x7f\x62\x1b\x71\x9c\x7f\x72\xbd\x3b\xef\x7d\x4b\x5d\x34\xab\x68\x85\x08\xd0\x23\x5b\xe1\x2c\x91\xe1\x96\x96\xf3\x3f\x33\x53\x85\x0d\xe7\x3a\xe7\xcf\x02\xf8\x34\xb8\x7c\xeb\xea\xa9\xbe\x74\x1a\x39\x3b\x81\x0d\x67\xb6\x70\x83\x2d\x0c\xd2\x97\x5f\x5b\xa2\x88\x37\xdd\x54\xba\xcb\x39\x3a\x43\x72\x77\x41\x7e\x4e\x8e\xc9\x0d\xed\x7b\xde\x7c\x19\x2f\x1e\xd9\x19\x1b\x53\xb7\x76\xd7\xb8\xc0\x17\x8f\xab\xb7\xb7\xc2\x8e\x2b\xe6\xfb\x2b\x2c\x2c\xa4\x6e\xcc\xd6\x7b\x77\xbb\x9e\x62\x1b\xae\x09\xf5\x3d\xac\xb9\x96\x0f\xce\xb0\x76\xc1\x29\x4f\x19\x1b\xab\x00\x87\x8f\xa7\x3c\x91\xfc\xe0\xc4\x65\xb2\x16\xef\xc6\x8e\x6a\x9a\x59\xf4\xb4\x93\x71\x11\x0a\xdc\x16\xd5\x55\xd4\xa7\xee\x8f\x13\xc7\xcb\x22\xb1\x03\xb5\x17\x17\xcc\x09\xe0\xb4\xb4\x7c\x0a\xb7\x9e\x8e\xba\xc1\xf4\x77\x70\x75\xe7\xc0\xbd\xa9\x9b\xd2\xaf\x3c\xe0\xf0\xee\x7c\x73\xd1\x1a\x63\x4f\x63\x9e\x46\xad\x01\xa6\x8d\x2d\xed\x46\x7a\xcd\xd4\xcc\x4f\xff\x07\x78\xf7\x9a\xa9\x7f\xfe\xa7\xe2\x48\xc6\xef\x63\x9e\xc6\x0a\xdf\xab\xfd\xcf\x81\x72\x87\xe5\x22\x6d\xac\x4b\xce\xc4\x7c\x28\x9f\x09\x89\x6f\xd7\xbf\x7f\x31\x3b\xb5\x57\xed\x46\x27\xed\xdf\xd5\xda\xfb\xfc\x8a\xc7\x70\xa0\xc2\x05\x48\x1b\xe2\xe1\xa0\x90\x59\xdd\xa2\x12\x08\xec\x04\x5f\xf5\xb8\x75\x9e\xdf\x96\xb2\x12\x01\x3c\x79\x9c\x90\x54\x7a\xed\xc3\x3d\xa1\xb2\x51\xe4\x6c\xf2\x28\xea\xd0\xa5\x9e\x86\xef\xf6\xe7\xc9\xc4\x22\x2e\x32\x71\xd3\x5d\x32\x66\x5e\x0b\x88\x72\x94\xce\xe0\x95\x10\x5c\x68\x54\x4d\x5d\x4f\xdd\x65\xe7\x6d\xe6\xf4\x66\x6f\x4e\xdd\x4c\xc0\x84\xa6\xe8\x4a\x49\x4f\xff\x86\x2d\x74\x54\x48\xe5\xdb\xb9\x52\x52\x8c\xa6\xa7\xe8\x27\xf9\xa4\xd7\x88\x71\xc8\xf0\x4e\xca\x38\xb8\xdd\xa9\xbd\xbf\xd2\xe5\x0b\x91\xb7\x82\x1a\x74\x19\xde\x66\x14\x55\xdc\xe7\x10\x81\x87\xd5\xf3\xfc\xc7\x93\xf3\x30\x50\x73\x9c\x9a\x6c\x6b\x91\x1c\xa5\x1e\x84\xe8\x7d\xe1\x03\x77\x85\x13\xf0\xcb\x87\x1b\x87\xd2\xf1\xc7\x37\x0e\xa5\xf3\x26\x1b\x87\xee\x4f\x42\x7d\xd9\x65\x45\xd5\x60\xc9\xde\xc2\x8d\x1d\x61\xde\x5d\xe7\xfc\xa4\x6d\x1a\xca\xd0\x34\x6f\x33\x14\xa6\x35\xee\x60\x76\xf6\x50\xea\x37\x71\x55\xd5\x60\x1a\xbc\x5c\xa5\xf9\x2b\xcb\x7f\xc6\x7b\x92\x76\x66\x72\x4a\xf8\x7b\x98\x15\x3b\xfc\xbd\x1f\x58\x3b\x23\xfc\x31\x47\x77\x1c\x5e\x3b\x17\x9c\xe7\x06\xa5\x7a\xb9\xd2\x9c\x9b\x64\x7a\x66\xdb\xb7\x80\x58\x9d\xf2\x16\xdc\x5e\xf4\x35\x4c\xd0\x12\x0e\xd4\xb4\x8f\x38\xa1\xae\x98\x4a\x7f\x41\xc4\xfa\x06\xeb\xc5\x5f\x69\x0d\xb6\x37\x7a\xcc\x98\xb7\xfb\x1d\x9e\x81\xfe\x7b\x9e\x5f\x7e\x7e\x31\x9b\xcf\xeb\xb7\xa2\x53\x3f\xda\x6e\xa9\xe9\xf7\x74\xed\x3f\xc9\xa5\xa6\xd9\x31\x9a\x7a\xfe\xcc\xc0\xc8\xfa\x1d\x3a\x67\x26\x0d\x3c\x2f\xe4\xf7\x27\xff\x1b\x00\x00\xff\xff\x3e\xfe\x4a\xec\x13\x42\x00\x00" func flowfeesCdcBytes() ([]byte, error) { return bindataRead( @@ -145,7 +145,7 @@ func flowfeesCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowFees.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9, 0xe5, 0xf3, 0x2d, 0x74, 0xdd, 0x9d, 0xe5, 0xc2, 0xb1, 0x86, 0x94, 0xaa, 0x96, 0xcc, 0x29, 0xa1, 0x39, 0x47, 0xa8, 0x8a, 0xdf, 0x9, 0xca, 0xe2, 0xed, 0x24, 0x79, 0xbe, 0x8b, 0x69, 0x8e}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x34, 0xdf, 0xd8, 0xc3, 0xe7, 0x23, 0x36, 0x4c, 0x9e, 0xb5, 0xb1, 0xa9, 0xe5, 0x43, 0xc6, 0xd2, 0x1e, 0xa5, 0xe4, 0xdb, 0x44, 0x35, 0x58, 0x51, 0xb6, 0xaf, 0x90, 0x85, 0x3b, 0xfa, 0xdd, 0x11}} return a, nil }