Interface TransactionOperationParameter

interface TransactionOperationParameter {
    entrypoint: string;
    value: MichelsonV1Expression;
}

Properties

Properties

entrypoint: string

Generated using TypeDoc