interface RecordKey {
    proposal_id: bigint;
    stake_pool: string;
}

Properties

proposal_id: bigint
stake_pool: string