interface SnapshotAmino {
    chunks?: number;
    format?: number;
    hash?: string;
    height?: string;
    metadata?: string;
}

Properties

chunks?: number

Number of chunks in the snapshot

format?: number

The application-specific snapshot format

hash?: string

Arbitrary snapshot hash, equal only if identical

height?: string

The height at which the snapshot was taken

metadata?: string

Arbitrary application metadata