DelegationSignAndSend

typealias DelegationSignAndSend = suspend (transaction: DelegationTransaction, chainId: String) -> String

Signer function used by the high-level delegation submit methods.

Receives a single DelegationTransaction (EVM object or Solana encoded string) and the CAIP-2 chain ID, signs and broadcasts it, and returns the resulting transaction hash.