Type Alias GenesisPayload

GenesisPayload: {
    type: string;
    write_set: WriteSet;
}

The payload for the genesis block containing the type of the payload.