Applies a snapshot chunk

interface RequestApplySnapshotChunkAmino {
    chunk?: string;
    index?: number;
    sender?: string;
}

Properties

Properties

chunk?: string
index?: number
sender?: string