signAndSend()
Signature
agent.signAndSend(
request: {
network: string;
message?: string;
request: object; // Structure varies based on EVM or Solana
}
): Promise<SignAndSendResponse>Parameters
Param
Type
Description
Ethereum Transactions
Property
Type
Description
Solana Transactions
Param
Type
Description
Returns
Examples
EVM (native ETH transfer)
EVM (contract interaction)
Solana
Common Errors
Error
Cause
Solution
Last updated