interface DelegationInfoResponseDto {
    btc_delegation: BtcDelegationDto;
}

Properties

Properties

btc_delegation: BtcDelegationDto

The BTC delegation information

Generated using TypeDoc