From 8a825dcce21265b60fb51f49baaa30cd09539586 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Fri, 5 Apr 2024 09:13:13 -0500 Subject: [PATCH] add type to TokenForwarding --- contracts/utility/TokenForwarding.cdc | 6 +++--- lib/go/contracts/internal/assets/assets.go | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contracts/utility/TokenForwarding.cdc b/contracts/utility/TokenForwarding.cdc index b954c62..8527f83 100644 --- a/contracts/utility/TokenForwarding.cdc +++ b/contracts/utility/TokenForwarding.cdc @@ -19,7 +19,7 @@ import "FungibleToken" access(all) contract TokenForwarding { // Event that is emitted when tokens are deposited to the target receiver - access(all) event ForwardedDeposit(amount: UFix64, depositedUUID: UInt64, from: Address?, to: Address?, toUUID: UInt64) + access(all) event ForwardedDeposit(amount: UFix64, depositedUUID: UInt64, from: Address?, to: Address?, toUUID: UInt64, depositedType: Type) access(all) resource interface ForwarderPublic { @@ -55,9 +55,9 @@ access(all) contract TokenForwarding { let uuid = from.uuid - receiverRef.deposit(from: <-from) + emit ForwardedDeposit(amount: balance, depositedUUID: uuid, from: self.owner?.address, to: receiverRef.owner?.address, toUUID: receiverRef.uuid, depositedType: from.getType()) - emit ForwardedDeposit(amount: balance, depositedUUID: uuid, from: self.owner?.address, to: receiverRef.owner?.address, toUUID: receiverRef.uuid) + receiverRef.deposit(from: <-from) } /// Helper function to check whether set `recipient` capability diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index ed47c98..b4731e3 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -8,7 +8,7 @@ // ../../../contracts/utility/MetadataViews.cdc (25.493kB) // ../../../contracts/utility/NonFungibleToken.cdc (10.577kB) // ../../../contracts/utility/PrivateReceiverForwarder.cdc (2.845kB) -// ../../../contracts/utility/TokenForwarding.cdc (5.432kB) +// ../../../contracts/utility/TokenForwarding.cdc (5.484kB) // ../../../contracts/utility/ViewResolver.cdc (2.718kB) package assets @@ -239,7 +239,7 @@ func utilityPrivatereceiverforwarderCdc() (*asset, error) { return a, nil } -var _utilityTokenforwardingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x58\x5d\x6f\xe3\xb6\x12\x7d\xd7\xaf\x98\xcd\x05\x6e\xec\x45\x56\x7e\xb9\xb8\x0f\xc6\xe6\xee\xe7\x4d\xbb\x2f\x45\x91\x26\xed\x43\xb1\xe8\xd2\xd4\xc8\xe2\x9a\x26\x05\x72\x64\xad\x11\xf8\xbf\x17\x43\xea\xdb\x76\x9a\x2d\xd0\x02\x05\x36\x2f\x91\x64\x72\xe6\xcc\xcc\x99\x33\xa2\x16\xcf\x9f\x27\xc9\xbf\xe0\xa6\x32\x6b\xb5\xd2\x08\x77\x76\x83\x06\x6e\xac\xab\x85\xcb\x94\x59\xc3\x3b\x6b\xc8\x09\x49\x49\x72\x57\x28\x0f\xb2\xb9\x05\x5f\xd8\xda\x43\x61\x6b\x10\x06\x84\x94\xb6\x32\x04\xd2\x56\x3a\x03\x8f\x04\x55\x09\x02\x64\xe5\xc9\x6e\x3b\xe3\xd1\xf6\x2d\x4a\x54\x3b\x74\x09\x59\x10\x5a\xdb\x1a\xa8\xc0\x2d\x90\x85\x3c\x7a\x05\xe2\x75\x9e\x9f\x08\xc8\x54\x9e\xa3\x43\x43\x9d\x8f\xba\x40\x83\x3b\x74\xbc\x6d\x0f\x2e\x5a\x6b\xf6\xa4\x8c\x12\xf7\x20\x85\x81\xb2\x5a\x69\xe5\x0b\x20\x86\xdd\x04\x84\x0e\x1c\x7a\x5b\x39\x89\x20\x3c\x88\x0e\x0c\x48\x51\x8a\x95\xd2\x8a\xf6\xf0\xb9\xf2\x04\x5a\x6d\x10\x04\xfc\x2c\x2a\x4d\x57\x89\x30\x19\xbb\x03\x8f\x86\x6d\x64\x16\xbd\xb9\x24\xc0\x1d\x1a\x30\x88\x0c\x19\x36\xc6\xd6\xa0\x08\x94\xef\x41\xa7\x49\xf2\x4b\x81\x66\x98\xa2\x5a\x18\x0a\xb1\x49\x87\x82\xd8\x47\x87\xed\x2a\x86\x24\x85\xd6\xc1\x5b\x5c\xf1\x03\xd6\xdd\x8a\x24\xaf\x8c\x24\x65\xd9\x62\x06\xa5\xb3\x3b\x95\x21\x3b\xad\x15\x15\x61\x4f\x17\x90\xc3\x00\x41\x22\x50\x21\x28\x5a\x66\xdf\x83\x44\x27\x54\xa0\x72\x7d\xba\xd3\x24\x79\xbe\x48\x12\xb5\x2d\xad\x23\xb8\x18\x95\xed\x22\x49\x84\x94\xe8\xfd\x4c\x68\x3d\xef\x69\x10\x7e\x1c\xd0\xe5\x21\x49\x00\x00\x16\x0b\xf8\xff\x8e\xab\x16\x9c\x2b\x0f\xb8\x55\x44\x98\x85\xea\xb5\x1e\x85\x43\xc8\xb0\xb4\x5e\x51\x4c\x21\x07\x40\xc2\xad\x91\xda\xba\xba\x60\x6d\xe8\x19\x83\xd9\x36\x23\xd9\xfb\xb8\x7f\x26\xb6\x9c\xdd\x25\xdc\xdf\xa8\x2f\xff\xfd\xcf\x55\x6f\xf7\xfe\xfe\xc3\xfb\x25\xdc\x7f\x30\xc4\x8f\x73\x67\xb7\x4b\x78\x93\x65\x0e\xbd\x7f\x75\x05\x64\xc7\x77\xc3\xd5\xf3\xe4\xc8\x79\x47\x1e\x65\x08\x5d\x2e\x24\xf6\xd5\xfb\x91\xf9\x26\xdb\x04\xc4\x24\x2c\xe0\x7b\xd4\x25\x3a\xe8\xea\xc6\x85\x2f\x50\x6e\x38\x11\x54\xa0\x0b\xcd\xf2\xc9\xa1\x54\xa5\x42\x43\x9f\x06\x44\x1c\xd9\x51\x1e\x8c\x25\xd0\x82\x38\x7c\xeb\x22\x41\x7a\xd2\x92\x8a\x29\x14\x40\xfb\x12\x79\xf9\x4e\x68\x95\xa5\x9d\x91\x61\x18\x79\x65\x22\x8a\xd9\x7c\x09\x6f\xad\xd5\x63\xcc\xdf\x21\x33\xb4\xc0\xae\x08\x20\xbc\x57\x6b\xd3\x7a\xe8\xd0\x0e\x00\xa4\x23\x0b\x41\x2a\x18\x32\xb2\x53\xe1\xf6\xb0\x42\x29\x2a\x8f\x81\xa8\xb6\x22\x50\x74\xd5\x34\x0b\x87\x55\x5a\xef\x83\xfc\x90\x05\x6d\xed\x06\xaa\xd0\x67\x8c\xa1\xb0\x36\x0b\x6c\xf7\x88\xa0\x72\x56\x95\xb3\x19\xb2\x39\x77\x1a\x7e\x29\x51\x06\x46\x71\x26\xac\x63\x0f\x69\x84\x54\xa0\x2e\x3d\xac\x2b\x56\x19\xb1\x16\xca\x78\x02\x65\x72\x65\x14\xa1\xde\x83\x2c\x84\xe2\x28\xa7\xa4\xb6\x0e\x6c\x28\x96\x32\x21\xab\x30\x72\xbc\x15\x5a\x49\x65\x2b\x0f\x1b\x65\xb2\x80\xa2\x2a\x33\x41\xe8\x23\xfb\xa3\x28\x96\x2e\x32\x57\x2b\x4f\xca\xac\x7d\xa0\x22\xac\x90\xed\x6f\x45\xd6\xb4\x29\xb7\x44\x74\x61\x0d\x78\xb2\x0e\x73\x67\x0d\xf9\x51\x7a\x47\xde\x5f\x3b\xa4\xca\x05\x89\xb1\x25\x53\x4c\xe8\xbe\x6e\x03\x82\xe4\xd6\x71\xd7\xfa\x6a\x8b\x2e\x60\xe4\xe4\x4e\x03\x6d\xd9\xb9\x08\x18\x58\x9e\x98\xb2\x41\x25\x6c\x6d\xce\x72\xc9\x8b\x1c\xdf\x5a\xe7\x6c\xcd\x84\xfa\xf7\xc3\x48\x39\xd2\x56\x92\x0e\xaf\x82\x81\xc3\x23\x6d\xd5\x35\xd3\x12\x4e\xdb\xb8\x7a\xbc\xdf\x3a\xe2\xd5\x05\x3a\x0c\x21\x0e\x05\x26\xa8\x4e\xad\xb4\x86\x55\xd0\x72\x4a\xc7\x7b\xb1\x69\x1e\x93\x29\xd9\xd7\x2f\xd2\x54\x0c\x15\xb5\xe9\x82\x5e\xa1\xa2\x89\x69\x82\x3c\xea\x7c\x0e\x3b\xe1\xfa\x96\x59\xc2\xbb\x9e\xbe\x43\xef\x0d\xce\x53\xd6\x16\x0b\xce\x46\xa3\x1f\x41\xcc\xc5\x06\x7d\x3b\x9d\xc0\xae\x3e\xa3\xa4\x30\xcf\x0c\x08\xb7\xae\xb6\x61\x5c\x9a\xac\xd5\x79\x3f\xb4\xa4\xa8\x55\xda\x0e\xd3\xa5\x6f\x2c\x55\x3e\x90\x80\x07\x1d\x53\x2f\xeb\x43\x7e\x24\xc8\x8e\x05\x4d\x04\xb3\xa8\xb1\xaf\x27\x2c\x08\x1e\x0e\x73\x78\xe8\xf6\xf3\x9f\x1e\x48\xfd\x2d\xe6\x70\x0d\x9c\xb3\xb4\x83\x96\xae\x02\xad\x5e\x9e\xe5\xd4\xff\x66\xf3\x67\xc9\x91\xc9\x95\xd0\x82\x0b\x75\x1d\xba\x2c\x6d\x6e\x8f\xd7\x55\x95\xca\xda\x45\x7c\x3d\x5e\x31\x00\x96\x8e\x83\x7b\xf9\x82\xff\xcf\xc7\xcb\x79\xc4\x9d\x1f\x4c\x0d\x86\xa3\xc9\xc4\x6e\xdb\xb9\x14\x62\xb7\xb5\x41\xf7\x2a\x15\x71\x2a\xc5\x11\x35\x44\x72\xfc\x7b\x34\x34\x5c\xc3\x46\xe7\x1d\xb8\xc3\x3f\x71\x24\x4d\x88\xd2\xa8\xdc\x84\x1d\x61\xc7\xa3\xe4\x38\x97\x84\x6f\x33\xee\xdb\x8c\xfb\x4b\x66\xdc\x93\x78\xfb\x04\x55\x3b\x4d\x5c\x2e\x9f\x59\xe3\x6d\xcf\xce\x70\xef\xc7\x82\xde\x86\x9e\x77\xa7\x9e\x46\xf2\x9b\x13\x43\xd6\x2f\x7d\x8a\xb0\x4f\x7c\xce\x7e\x03\x83\xf5\xed\xa9\x89\x36\x95\xf7\xd2\xe1\xe4\x09\xff\x0d\x77\x3f\x25\x15\xf0\xec\x1a\x8c\xd2\x4b\xb8\x78\x17\x68\xc6\xdd\x14\xb7\x9d\x3a\xee\x04\xce\x71\xb0\x3d\xac\x8b\x11\x84\xc3\xe8\x6e\x5c\x19\xb8\x1e\xa1\x3b\xa7\x1e\x6f\x60\x8d\x44\x23\x11\x65\x66\xc7\x62\xc7\x62\x84\xb7\x8d\xd0\x9e\x1e\x7c\x55\xf2\x91\x0a\x33\x58\xed\xe3\x79\xb4\x7d\xe3\xb9\x1a\x99\xad\x0b\x25\x8b\x70\x78\x5d\x0d\x5f\x5c\xfa\xb1\x7c\xd9\x3c\xbc\xec\x1c\xff\x71\xd3\xbc\x71\x4e\xec\x99\x11\x37\x77\x0d\x9c\xd8\xb1\x13\x2f\xa7\x65\x79\xa7\xb0\x0e\x1c\x58\x23\xfd\xd4\x46\x11\x46\xf9\x1d\x9b\xe2\x56\x78\xe0\xab\xa8\xd9\x87\x49\xb1\x55\x0e\xcf\xbe\x5a\xb1\x4f\x10\xa6\x89\xe4\xe1\xf0\x48\x1d\x79\x9c\xef\x18\xd8\x9f\x7f\x8d\x98\x9a\xf3\xa3\x80\xfd\x24\xd4\xeb\x29\x9e\xc9\xf2\x5f\x5b\x34\xe9\x1a\x43\xb6\x66\xf3\x8f\x70\x0d\xe4\x2a\x3c\xa9\x10\xe3\xdd\xe7\x98\x77\xdb\x50\xac\x9d\xd5\x51\xfa\x03\x39\xd6\x6a\xd7\x30\x2e\xbc\xaf\x4a\x89\x65\x47\xb9\xfe\xc3\xc0\x84\xc7\x01\x64\xcf\x88\xb8\x0b\x84\xd9\x47\x43\xbe\x08\x1d\x17\x3e\x89\x34\x40\x39\x00\x36\x9a\x61\xce\x7b\x1f\xa7\x8d\xf2\xc7\xac\x99\x51\xc8\x22\x5f\x9e\x9e\xf5\x27\x72\xdf\x56\xf4\x1c\x0d\xa7\xb4\x1b\x99\xe0\xcd\x93\xda\x30\x84\x8f\xe7\x99\xd6\x2d\x1f\x13\x0e\x50\x7b\x84\x87\x76\x55\x2e\xf8\xf6\x70\xaa\x54\x3c\x6d\x67\x27\x5f\xfa\x9f\x26\x91\x5f\xc5\xdc\xbf\x57\x1f\x8f\x47\xc7\x61\x78\xae\xe3\x19\x75\xf4\xdd\xaa\x79\xc4\x67\x16\x83\xf5\xe8\x6b\x5c\x0b\xab\xfb\x82\x75\x66\x46\x35\xea\x76\x34\x9b\x8e\x7c\x9d\x49\xfb\x12\x5e\xf7\x6e\xfb\x84\x37\xa5\x7c\xf9\xa2\xf9\x1c\x77\xd2\x4c\x77\x39\x6f\x22\x3d\x24\xbf\x07\x00\x00\xff\xff\xad\x3d\x5a\xf8\x38\x15\x00\x00" +var _utilityTokenforwardingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x58\x5d\x6f\xe3\xb6\x12\x7d\xd7\xaf\x98\xcd\x05\x6e\xec\x45\xd6\x7e\xb9\xb8\x0f\xc6\xe6\xee\xe7\x4d\xbb\x2f\x45\x91\x26\xed\x43\xb1\xe8\xd2\xd4\xc8\xe2\x9a\x26\x05\x72\x64\xad\x11\xf8\xbf\x17\x43\xea\xdb\x72\x9a\x2d\xd0\x02\x05\xd6\x0f\x89\x25\x93\x33\x67\x66\xce\x9c\x11\xb5\x7c\xfe\x3c\x49\xfe\x05\x37\xa5\xd9\xa8\xb5\x46\xb8\xb3\x5b\x34\x70\x63\x5d\x25\x5c\xaa\xcc\x06\xde\x59\x43\x4e\x48\x4a\x92\xbb\x5c\x79\x90\xf5\x25\xf8\xdc\x56\x1e\x72\x5b\x81\x30\x20\xa4\xb4\xa5\x21\x90\xb6\xd4\x29\x78\x24\x28\x0b\x10\x20\x4b\x4f\x76\xd7\x1a\x8f\xb6\x6f\x51\xa2\xda\xa3\x4b\xc8\x82\xd0\xda\x56\x40\x39\xee\x80\x2c\x64\xd1\x2b\x10\xaf\xf3\x7c\x47\x40\xaa\xb2\x0c\x1d\x1a\x6a\x7d\x54\x39\x1a\xdc\xa3\xe3\x6d\x07\x70\xd1\x5a\xbd\x67\xc1\x28\xf1\x00\x52\x18\x28\xca\xb5\x56\x3e\x07\x62\xd8\x75\x40\xe8\xc0\xa1\xb7\xa5\x93\x08\xc2\x83\x68\xc1\x80\x14\x85\x58\x2b\xad\xe8\x00\x9f\x4b\x4f\xa0\xd5\x16\x41\xc0\xcf\xa2\xd4\x74\x95\x08\x93\xb2\x3b\xf0\x68\xd8\x46\x6a\xd1\x9b\x4b\x02\xdc\xa3\x01\x83\xc8\x90\x61\x6b\x6c\x05\x8a\x40\xf9\x0e\xf4\x22\x49\x7e\xc9\xd1\xf4\x53\x54\x09\x43\x21\x36\xe9\x50\x10\xfb\x68\xb1\x5d\xc5\x90\xa4\xd0\x3a\x78\x8b\x2b\x7e\xc0\xaa\x5d\x91\x64\xa5\x91\xa4\x2c\x5b\x4c\xa1\x70\x76\xaf\x52\x64\xa7\x95\xa2\x3c\xec\x69\x03\x72\x18\x20\x48\x04\xca\x05\x45\xcb\xec\xbb\x97\xe8\x84\x72\x54\xae\x4b\xf7\x22\x49\x9e\x2f\x93\x44\xed\x0a\xeb\x08\x2e\x06\x65\xbb\x48\x12\x21\x25\x7a\x3f\x13\x5a\xcf\x3b\x1a\x84\x1f\x7b\x74\x79\x48\x12\x00\x80\xe5\x12\xfe\xbf\xe7\xaa\x05\xe7\xca\x03\xee\x14\x11\xa6\xa1\x7a\x8d\x47\xe1\x10\x52\x2c\xac\x57\x14\x53\xc8\x01\x90\x70\x1b\xa4\xa6\xae\x2e\x58\xeb\x7b\xc6\x60\xb6\xc9\x48\xfa\x3e\xee\x9f\x89\x1d\x67\x77\x05\xf7\x37\xea\xcb\x7f\xff\x73\xd5\xd9\xbd\xbf\xff\xf0\x7e\x05\xf7\x1f\x0c\xf1\xed\xcc\xd9\xdd\x0a\xde\xa4\xa9\x43\xef\x5f\x5d\x01\xd9\xe1\xd5\x70\x75\x6b\xe4\xee\x50\xe0\x0a\xf8\xef\x3c\x39\x41\xd4\x32\x4a\x19\x42\x97\x09\x89\x5d\x49\x7f\x64\x12\xca\x26\x2b\x31\x33\x4b\xf8\x1e\x75\x81\x0e\xda\x62\x32\x1b\x72\x94\x5b\xce\x0e\xe5\xe8\x42\x07\x7d\x72\x28\x55\xa1\xd0\xd0\xa7\x1e\x3b\x07\x76\x94\x07\x63\x09\xb4\x20\xce\x89\x75\x91\x35\x1d\x93\x49\xc5\xbc\x0a\xa0\x43\x81\xbc\x7c\x2f\xb4\x4a\x17\xad\x91\x7e\x18\x59\x69\x22\x8a\xd9\x7c\x05\x6f\xad\xd5\x43\xcc\xdf\x21\xd3\x36\xc7\xb6\x32\x20\xbc\x57\x1b\xd3\x78\x68\xd1\xf6\x00\x2c\x06\x16\x82\x7e\x30\x64\x64\xa7\xc2\x1d\x60\x8d\x52\x94\x1e\x03\x7b\x6d\x49\xa0\xe8\xaa\xee\x20\x0e\xab\xb0\xde\x07\x4d\x22\x0b\xda\xda\x2d\x94\xa1\xf9\x18\x43\x6e\x6d\x1a\x5a\xc0\x23\x82\xca\x58\x6a\xce\x66\xc8\x66\xdc\x7e\xf8\xa5\x40\x19\x68\xc6\x99\xb0\x8e\x3d\x2c\x22\xa4\x1c\x75\xe1\x61\x53\xb2\xf4\x88\x8d\x50\xc6\x13\x28\x93\x29\xa3\x08\xf5\x01\x64\x2e\x14\x47\x39\x66\xba\x75\x60\x43\xb1\x94\x09\x59\x85\x81\xe3\x9d\xd0\x4a\x2a\x5b\x7a\xd8\x2a\x93\x06\x14\x65\x91\x0a\x42\x1f\x5b\x22\x2a\x65\xe1\x22\x9d\xb5\xf2\xa4\xcc\xc6\x07\x7e\xc2\x1a\xd9\xfe\x4e\xa4\x75\xef\x72\x9f\x44\x17\xd6\x80\x27\xeb\x30\x73\xd6\x90\x1f\xa4\x77\xe0\xfd\xb5\x43\x2a\x5d\xd0\x1d\x5b\x30\xc5\x84\xee\xea\xd6\x23\x48\x66\x1d\xb7\xb2\x2f\x77\xe8\x02\x46\x4e\xee\x38\xd0\x86\x9d\xcb\x80\x81\x35\x8b\x29\x1b\xa4\xc3\x56\xe6\x2c\x97\xbc\xc8\xf0\xad\x75\xce\x56\x4c\xa8\x7f\x3f\x0c\xe4\x64\xd1\xe8\xd4\xf1\x55\x30\x70\x7c\xa4\xad\xda\x66\x5a\xc1\xb4\x8d\xab\xc7\xfb\xad\x25\x5e\x95\xa3\xc3\x10\x62\x5f\x75\x82\x14\x55\x4a\x6b\x58\x07\x81\xa7\xc5\x70\x2f\xd6\xcd\x63\x52\x25\xbb\xfa\x45\x9a\x8a\xbe\xcc\xd6\x5d\xd0\xc9\x56\x34\x31\x4e\x90\x47\x9d\xcd\x61\x2f\x5c\xd7\x32\x2b\x78\xd7\xd1\xb7\xef\xbd\xc6\x39\x65\x6d\xb9\xe4\x6c\xd4\xfa\x11\x14\x5e\x6c\xd1\x37\x23\x0b\xec\xfa\x33\x4a\x0a\x43\xce\x80\x70\x9b\x72\x17\x66\xa8\x49\x1b\xf1\xf7\x7d\x4b\x8a\x1a\xf9\x6d\x31\x5d\xfa\xda\x52\xe9\x03\x09\x78\xfa\x31\xf5\xd2\x2e\xe4\x47\x82\x6c\x59\x50\x47\x30\x8b\xc2\xfb\x7a\xc4\x82\xe0\xe1\x38\x87\x87\x76\x3f\x7f\x74\x4f\xff\x6f\x31\x83\x6b\xe0\x9c\x2d\x5a\x68\x8b\x75\xa0\xd5\xcb\xb3\x9c\xfa\xdf\x6c\xfe\x2c\x39\x31\xb9\x16\x5a\x70\xa1\xae\x43\x97\x2d\xea\xcb\xd3\x75\x65\xa9\xd2\x66\x11\x7f\x1f\xae\xe0\x41\x76\x7e\xfc\xd4\x46\x4f\xe6\x0f\xdb\x69\xa6\x4f\x08\xc6\x56\x06\xdd\xab\x85\x88\xb3\x27\x0e\xa2\x5e\xcc\x13\xbf\x47\x43\xfd\x35\xd1\xe8\x68\x48\x05\xd8\x1b\x24\xbe\x9a\xcd\xe7\x43\xf0\xfd\xdd\xc3\xca\xbc\x7c\xc1\xff\xe7\xed\xea\xe3\x3f\x71\x62\x8d\x78\x54\x8b\xe0\x88\x3c\x61\xc7\xa3\xdc\x39\x97\x84\x6f\x23\xf0\xdb\x08\xfc\x4b\x46\xe0\x93\x78\xfb\x04\xd1\x9b\x26\x2e\x97\xcf\x6c\xf0\xb6\x63\x67\xb8\xf6\x43\xbd\x6f\x42\xcf\xda\x93\x52\x3d\x11\xea\x53\x46\xda\x2d\x7d\x8a\xee\x8f\x7c\xce\x7e\x03\x83\xd5\xed\xd4\xc0\x1b\xab\x7f\xe1\x70\x74\x87\x3f\xfd\xdd\x4f\x49\x05\x3c\xbb\x06\xa3\xf4\x0a\x2e\xde\x05\x9a\x71\x37\xc5\x6d\x53\x47\xa4\xc0\x39\x0e\xb6\x83\x75\x31\x80\x70\x1c\x5c\x0d\x2b\x03\xd7\x03\x74\xe7\xd4\xe3\x0d\x6c\x90\x68\x20\xa2\xcc\xec\x58\xec\x58\x8c\xf0\x30\x12\xda\xd3\x83\x2f\x0b\x3e\x86\x61\x0a\xeb\x43\x3c\xc3\x36\x0f\x44\x57\x03\xb3\x55\xae\x64\x1e\x0e\xbc\xeb\xfe\x73\x4d\x37\xb5\x2f\xeb\x9b\x97\xad\xe3\x3f\x6e\x9a\x37\xce\x89\x03\x33\xe2\xe6\xae\x86\x13\x3b\x76\xe4\x65\x5a\x96\xf7\x0a\xab\xc0\x81\x0d\xd2\x4f\x4d\x14\x61\xd2\xf3\x4c\xf2\xdc\x0a\x0f\x71\x56\xb1\x66\x1f\x47\xc5\x56\x19\x3c\xfb\x6a\xc5\x9e\x20\x4c\x1d\xc9\xc3\xf1\x91\x3a\xf2\xb4\xdf\x33\xb0\x3f\xff\x94\x31\x36\xe7\x07\x01\xfb\x51\xa8\xd7\x63\x3c\xa3\xe5\xbf\x36\x68\xba\x09\xfe\x11\xae\x81\x5c\x89\x93\x0a\x31\xdc\x7d\x8e\x79\xb7\x35\xc5\x9a\x59\x1d\xa5\x3f\x90\x63\xa3\xf6\x35\xe3\xc2\xe3\xac\x94\x58\xb4\x94\xeb\x5e\x26\x8c\x78\x1c\x40\x76\x8c\x88\xbb\x40\x98\x43\x34\xe4\xf3\xd0\x71\xe1\x35\x4a\x0d\x94\x03\x60\xa3\x29\x66\xbc\xf7\x71\xda\x28\x7f\xca\x9a\x19\x75\x27\xf0\xc9\x59\x3f\x91\xfb\xa6\xa2\xe7\x68\x38\xa6\xdd\xc0\x04\x6f\x1e\xd5\x86\x21\x7c\x3c\xcf\xb4\x76\xf9\x90\x70\x80\xda\x23\x3c\x34\xab\x32\xc1\x97\xc7\xa9\x52\xf1\xb4\x9d\x4d\x9e\x09\x9e\x26\x91\x5f\xc5\xdc\xbf\x57\x1f\x4f\x47\xc7\xb1\x7f\xec\xe3\x19\x75\xf2\xae\xab\xbe\xc5\x47\x1a\x83\xd5\xe0\x0d\x5e\x03\xab\x7d\xeb\x75\x66\x46\xd5\xea\x76\x32\x9b\x4e\x7c\x9d\x49\xfb\x0a\x5e\x77\x6e\xbb\x84\xd7\xa5\x7c\xf9\xa2\x7e\x85\x37\x69\xa6\xfd\x3a\xaf\x23\x3d\x26\xbf\x07\x00\x00\xff\xff\x01\x05\x3d\xd5\x6c\x15\x00\x00" func utilityTokenforwardingCdcBytes() ([]byte, error) { return bindataRead( @@ -255,7 +255,7 @@ func utilityTokenforwardingCdc() (*asset, error) { } info := bindataFileInfo{name: "utility/TokenForwarding.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xaf, 0x95, 0x8b, 0x89, 0x34, 0xc7, 0xf1, 0x11, 0xaa, 0xaf, 0x7, 0x5c, 0xfc, 0x47, 0x86, 0x50, 0xf3, 0x92, 0x1, 0x3e, 0x29, 0x95, 0xd4, 0xa8, 0xa5, 0x90, 0x78, 0x56, 0xe6, 0x88, 0x3d, 0xff}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x37, 0x68, 0x20, 0x8a, 0x97, 0xd3, 0x88, 0x2b, 0xd3, 0x3f, 0x30, 0x2a, 0x82, 0x9a, 0x41, 0x3d, 0x17, 0x5, 0x4c, 0x41, 0x99, 0x4e, 0x7c, 0xb4, 0xe3, 0x46, 0x3a, 0x70, 0x34, 0xec, 0x92, 0x7e}} return a, nil }