@arkade-os/sdk Documentation - v0.4.54
    Preparing search index...

    Type Alias ArkadeArgType

    ArkadeArgType: "bytes" | "pubkey" | "sig" | "hash" | "int"

    The declared type of a function input, used to derive the static TS type of the corresponding functions.<name>(...) argument. Byte-like types map to Uint8Array; int maps to bigint | number.