Variable POINTER_PRECOMPILE_ABIConst

POINTER_PRECOMPILE_ABI: readonly [
    {
        inputs: readonly [
            { internalType: "string"; name: "cwAddr"; type: "string" },
        ];
        name: "addCW20Pointer";
        outputs: readonly [
            { internalType: "address"; name: "ret"; type: "address" },
        ];
        stateMutability: "payable";
        type: "function";
    },
    {
        inputs: readonly [
            { internalType: "string"; name: "cwAddr"; type: "string" },
        ];
        name: "addCW721Pointer";
        outputs: readonly [
            { internalType: "address"; name: "ret"; type: "address" },
        ];
        stateMutability: "payable";
        type: "function";
    },
    {
        inputs: readonly [
            { internalType: "string"; name: "token"; type: "string" },
        ];
        name: "addNativePointer";
        outputs: readonly [
            { internalType: "address"; name: "ret"; type: "address" },
        ];
        stateMutability: "payable";
        type: "function";
    },
] = ...

The ABI for the Pointer precompile contract.