Type Alias ScriptFunctionArgumentTypes

ScriptFunctionArgumentTypes:
    | Bool
    | U8
    | U16
    | U32
    | U64
    | U128
    | U256
    | AccountAddress
    | MoveVector<U8>
    | MoveString
    | FixedBytes

Script function arguments to be used when building a raw transaction using BCS serialized arguments