Type alias Deposit

Deposit: {
    amount: BN;
    owner: KiltAddress;
}

An on-chain deposit. It contains information about the deposit owner and the balance used.

Type declaration