@statechannels/client-api-schema > EnableEthereumResponse
EnableEthereumResponse type
Signature:
export declare type EnableEthereumResponse = JsonRpcResponse<{
signingAddress: Address;
destinationAddress: Address;
walletVersion: string;
}>;