Export

GetStakingContextRequest

interface GetStakingContextRequest {
    address_id: string;
    asset_id: string;
    network_id: string;
    options: {
        [key: string]: string;
    };
}

Properties

address_id: string

The onchain address for which the staking context is being fetched

Memberof

GetStakingContextRequest

asset_id: string

The ID of the asset being staked

Memberof

GetStakingContextRequest

network_id: string

The ID of the blockchain network

Memberof

GetStakingContextRequest

options: {
    [key: string]: string;
}

Additional options for getting the staking context. This typically includes network specific fields.

Type declaration

  • [key: string]: string

Memberof

GetStakingContextRequest