interface GovernanceProposalReference {
    index: number;
    transaction: {
        id: string;
    };
}

Properties

Properties

index: number
transaction: {
    id: string;
}