Type alias ClarityAbiTypeList

ClarityAbiTypeList: {
    list: {
        length: number;
        type: ClarityAbiType;
    };
}

Type declaration

Generated using TypeDoc