interface EthWalletProviderOptions {
    domain?: string;
    origin?: string;
}

Properties

Properties

domain?: string

The domain from which the signing request is made

origin?: string

The origin from which the signing request is made