Export

CreateSmartWalletRequest

interface CreateSmartWalletRequest {
    owner: string;
}

Properties

Properties

owner: string

The address of the owner of the smart wallet.

Memberof

CreateSmartWalletRequest