GovActionResponse: {
    action: GovAction;
    actionId: string;
    anchor: Types.Anchor;
    blockHeight: number;
    deposit: string;
    epoch: number;
    meta: {
        abstract: string | undefined;
        hash: string;
        motivation: string | undefined;
        rationale: string | undefined;
        references: {
            label: string | undefined;
            type: string | undefined;
            uri: string | undefined;
        }[] | undefined;
        title: string | undefined;
    } | null;
    rewardAccount: string;
    timestamp: Date;
    txId: string;
    votes: GovActionEnactedStatus | undefined;
}

Type declaration

  • action: GovAction
  • actionId: string
  • anchor: Types.Anchor
  • blockHeight: number
  • deposit: string
  • epoch: number
  • meta: {
        abstract: string | undefined;
        hash: string;
        motivation: string | undefined;
        rationale: string | undefined;
        references: {
            label: string | undefined;
            type: string | undefined;
            uri: string | undefined;
        }[] | undefined;
        title: string | undefined;
    } | null
  • rewardAccount: string
  • timestamp: Date
  • txId: string
  • votes: GovActionEnactedStatus | undefined