interface AddStakeAccountDto {
    label?: string;
    reference: string;
    stakeAccountAddress: string;
}

Properties

label?: string

Secondary label for this particular stake position

Example

"Balance Sheet Stake"
reference: string

Arbitrary reference/grouping, this will show in the UI as the account

Example

"Test Fund"
stakeAccountAddress: string

The stake account address to add to the system

Example

"stake1u9klnfr0v4f2k3v2c0t4d0h3l2p8x9q6r7s8t9u0v1w2x3y4z5a6b7c8d9e0f"

Generated using TypeDoc