Type alias: WalletConfig
type WalletConfig: object;
Type declaration
Member | Type |
---|---|
address | string |
enable_retries | boolean | null |
max_retry_time_secs | number | null |
pub_key | PubKey |
shard | NetworkName | null |
sign_callback | SignCallback |
ws_address | string |