Export

Address

interface Address {
    address_id: string;
    index: number;
    network_id: string;
    public_key: string;
    wallet_id: string;
}

Properties

address_id: string

The onchain address derived on the server-side.

Memberof

Address

index: number

The index of the address in the wallet.

Memberof

Address

network_id: string

The ID of the blockchain network

Memberof

Address

public_key: string

The public key from which the address is derived.

Memberof

Address

wallet_id: string

The ID of the wallet that owns the address

Memberof

Address