The B256 address (EVM address zero-padded to 32 bytes).
The EVM address (0x-prefixed, 40-char hex).
Callback that signs a 32-byte digest and returns a 64-byte Fuel compact signature.
Readonlyb256The Fuel B256 address (zero-padded EVM address).
ReadonlyevmThe EVM address (0x-prefixed, 40-char hex).
An EVM signer backed by an external signing function.
Same as ExternalSigner but uses Ethereum personal_sign message framing (
\x19Ethereum Signed Message:\nprefix + keccak256 hashing).Example