ed25519verifyBare
@algorandfoundation/algorand-typescript
@algorandfoundation/algorand-typescript / op / ed25519verifyBare
Function: ed25519verifyBare()
ed25519verifyBare(
a
,b
,c
):boolean
Defined in: packages/algo-ts/src/op.ts:868
for (data A, signature B, pubkey C) verify the signature of the data against the pubkey => {0 or 1}
Parameters
a
b
c
Returns
boolean
See
Native TEAL opcode: ed25519verify_bare
Min AVM version: 7