Variable TransactionModificationLabeled

TransactionModificationLabeled: {
    create(base?): TransactionModificationLabeled;
    decode(input, length?): TransactionModificationLabeled;
    encode(message, writer?): Writer;
    fromJSON(object): TransactionModificationLabeled;
    fromPartial(object): TransactionModificationLabeled;
    toJSON(message): unknown;
}

Type declaration

Generated using TypeDoc