Interface ContractBigMapDiffItem

interface ContractBigMapDiffItem {
    action?: DiffActionEnum;
    big_map?: string;
    destination_big_map?: string;
    key?: MichelsonV1Expression;
    key_hash?: string;
    key_type?: MichelsonV1Expression;
    source_big_map?: string;
    value?: MichelsonV1Expression;
    value_type?: MichelsonV1Expression;
}

Properties

big_map?: string
destination_big_map?: string
key_hash?: string
source_big_map?: string

Generated using TypeDoc