Options for signing typed data

@NOTE: To enhance compatibility with extension and mobile and to allow account switching when signing typed data, we define this interface.

interface SignTypedDataOptions {
    signer?: string;
}

Properties

Properties

signer?: string