interface AuthData {
    args?: any[];
    callData?: `cb_${string}`;
    fee?: Int;
    gasLimit?: number;
    gasPrice?: Int;
    sourceCode?: string;
}

Properties

args?: any[]
callData?: `cb_${string}`
fee?: Int
gasLimit?: number
gasPrice?: Int
sourceCode?: string

Generated using TypeDoc