Type alias RPCRunCodeParam

RPCRunCodeParam: {
    amount: string;
    balance?: string;
    chain_id: string;
    entrypoint?: string;
    gas?: string;
    input: MichelsonV1Expression;
    level?: string;
    now?: string;
    payer?: string;
    script: MichelsonV1ExpressionExtended[];
    self?: string;
    source?: string;
    storage: MichelsonV1Expression;
    unparsing_mode?: UnparsingMode;
}

Type declaration

Generated using TypeDoc