Taquito TypeDocs
    Preparing search index...

    Interface RegisterGlobalConstantParams

    Parameters for the registerGlobalConstant method

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

    Properties

    fee?: number

    Fee in mutez.

    gasLimit?: number

    Gas limit.

    source?: string

    Operation source. Defaults to the active signer pkh.

    storageLimit?: number

    Storage limit.

    value: MichelsonV1Expression

    Micheline expression to register.