Input models transaction input.

interface Input {
    address: string;
    coins: Coin[];
}

Properties

Properties

address: string
coins: Coin[]