The public key and raw signing function to build the signers from
The address transactions are sent from. Defaults to
the address of ed25519PublicKey; supply it when that key is the auth
address of a rekeyed account, in which case the produced transactions carry
the key's address in their sgnr field.
An address bundled with transaction, delegated LogicSig, arbitrary bytes and program data signers
Each returned signer applies the domain separation its use requires
("Program", "MsigProgram", "ProgData", or the transaction prefix) before
calling ed25519Signer, so a caller only has to supply the raw signing
operation once.
Generated using TypeDoc
Build the full set of signers for an ed25519 key from a function that signs raw bytes with it.