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