Interface TransactionModificationLabeled

interface TransactionModificationLabeled {
    label: string;
    signature: string;
}

Properties

Properties

label: string
signature: string

Generated using TypeDoc