Type Alias AccountsRequestedEvent

AccountsRequestedEvent: {
    sessionActivityApiUrl: string;
    sendTransaction: ((params: any[], flow: Flow) => Promise<string>);
    walletAddress: string;
    passportClient: string;
    flow?: Flow;
}