Export

SmartWallet

interface SmartWallet {
    address: string;
    owners: string[];
}

Properties

Properties

address: string

The onchain address of the smart wallet.

Memberof

SmartWallet

owners: string[]

The list of owner addresses for the smart wallet.

Memberof

SmartWallet