go-algorand-sdk
go-algorand-sdk copied to clipboard
Make similar interface for MakeAssetTransferTxn & MakePaymentTxn or correct doc
MakeAssetTransferTxn in https://developer.algorand.org/docs/features/asa/#transferring-an-asset is not corresponding to https://github.com/algorand/go-algorand-sdk/blob/develop/transaction/transaction.go and MakeAssetTransferTxn needs implisitly convert genesis hash to base64 and MakePaymentTxn is not
@JasonWeathersby, can you please confirm that this is a doc update? Thanks.