Documentation

    Interface MoveCallParams

    interface MoveCallParams {
        arguments: unknown[];
        function: string;
        module: string;
        packageObjectId: string;
        typeArguments?: string[];
    }
    Index

    Properties

    arguments: unknown[]
    function: string
    module: string
    packageObjectId: string
    typeArguments?: string[]
    MMNEPVFCICPMFPCPTTAAATR