Vote: {
actionId: string;
anchor: Types.Anchor | null;
blockHeight: number;
epoch: number;
meta: {
comment: string | undefined;
hash: string;
references: {
label: string | undefined;
type: string | undefined;
uri: string | undefined;
}[] | undefined;
} | undefined;
timestamp: Date;
txId: string;
vote: Types.VoteType;
voter: string;
}
Type declaration
actionId: string
anchor: Types.Anchor | null
blockHeight: number
epoch: number
meta: {
comment: string | undefined;
hash: string;
references: {
label: string | undefined;
type: string | undefined;
uri: string | undefined;
}[] | undefined;
} | undefined
timestamp: Date
txId: string
vote: Types.VoteType
voter: string