near-api-js - v7.0.4
    Preparing search index...

    Interface FunctionCallPermissionView

    interface FunctionCallPermissionView {
        FunctionCall: {
            allowance?: string | null;
            method_names: string[];
            receiver_id: string;
        };
    }
    Index

    Properties

    Properties

    FunctionCall: {
        allowance?: string | null;
        method_names: string[];
        receiver_id: string;
    }