ModalRpcStepsInput
ModalRpcStepsInput<
T> ={ [K in T[number]["key"]]?: Extract<T[number], { key: K }>["params"] }
Defined in: types/rpc/displayModal.ts:40
Type for the RPC input of a modal
Just the params type of each ModalStepTypes
Type Parameters
Section titled “Type Parameters”T extends ModalStepTypes[] = ModalStepTypes[]
The list of modal steps we expect to have in the modal