Extensions
class DynamicRpcService extends RpcService
ethRequest through the DynamicSDK.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 Stablecoin Accounts are live! Learn more
class DynamicRpcService extends RpcServiceDynamicRpcService({required this.chainId, required this.requestChannel})
ethRequest through the DynamicSDK.
| Property | Type | Description |
|---|---|---|
call | Future<RPCResponse> call(String function, [List? params]) | Make an ethRequest through the DynamicSDK. |
class DynamicCredential extends CredentialsWithKnownAddress implements CustomTransactionSenderDynamicCredential({required this.requestChannel, required String address})
| Property | Type | Description |
|---|---|---|
signMessage | Future<String> signMessage({required Uint8List payload}) | Signs a message with EthRequestWithAddressParams |
sendTransaction | Future<String> sendTransaction(Transaction transaction) | Sends a transaction with EthRequestWithAddressParams |
Was this page helpful?