Interface BroadcastResponse

interface BroadcastResponse {
    created?: boolean;
    error?: string;
    identifier: bigint;
    modifiedTransaction?: string;
    peers?: number;
    result?: string;
    success: boolean;
}

Properties

created?: boolean
error?: string
identifier: bigint
modifiedTransaction?: string
peers?: number
result?: string
success: boolean