Interface Account

Interface for an account. Account

interface Account {
    btcAddress: string;
    name: string;
}

Properties

Properties

btcAddress: string

The Bitcoin address of the account.

name: string

The name of the account.