Type Alias SimpleEntryFunctionArgumentTypes

SimpleEntryFunctionArgumentTypes:
    | boolean
    | number
    | bigint
    | string
    | null
    | undefined
    | Uint8Array
    | ArrayBuffer
    | (SimpleEntryFunctionArgumentTypes | EntryFunctionArgumentTypes)[]

Entry function arguments to be used when building a raw transaction using remote ABI