FlowF
Flow16mo ago
NiAlexSan

Alex Ni | Flow 4D (2024-08-23)

is there any example of how to pass account keys to a transaction in go?
previously the was something like
flow.NewTransaction().
SetScript(script).
AddAuthorizer(creatorAddress).
        AddRawArgument(jsoncdc.MustEncode(bytesToCadenceArray(a.partialAdminAccountKey.Encode())))


but not it doesn't seem to work correctly
Was this page helpful?