Interface RegisterGlobalConstantParams

Description

Parameters for the registerGlobalConstant method

interface RegisterGlobalConstantParams {
    fee?: number;
    gasLimit?: number;
    source?: string;
    storageLimit?: number;
    value: MichelsonV1Expression;
}

Properties

fee?: number
gasLimit?: number
source?: string
storageLimit?: number
value: MichelsonV1Expression

Generated using TypeDoc