hashgraph / hedera-sdk-go

Hedera™ Hashgraph SDK for Go
https://docs.hedera.com/docs/hedera-sdks
Apache License 2.0
88 stars 64 forks source link

Extract `TokenTransferLogic` from `TokenAirdrop` and `Transfer` transactions #1051

Open 0xivanov opened 2 weeks ago

0xivanov commented 2 weeks ago

Problem

-

Solution

Extract the common logic in TokenAirdrop and Transfer transactions - creating new struct TokenTransferLogic and using it via composition.

Alternatives

No response

0xivanov commented 2 weeks ago

depends on https://github.com/hashgraph/hedera-sdk-go/issues/1030