rename enum and add multiselect

This commit is contained in:
Matt Hill
2023-03-25 12:49:58 -06:00
parent 997daca59b
commit 16fed45f4b
9 changed files with 58 additions and 53 deletions

View File

@@ -51,7 +51,7 @@ export const authorizationList = List.string({
warning: null,
});
export const auth = Value.list(authorizationList);
export const serialversion = Value.enum({
export const serialversion = Value.select({
name: "Serialization Version",
description:
"Return raw transaction or block hex with Segwit or non-SegWit serialization.",