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

    Interface InputDef

    A typed function input or constructor param: a name plus its ArkadeArgType.

    interface InputDef {
        name: string;
        type: ArkadeArgType;
    }
    Index

    Properties

    Properties

    name: string