Interface BroadcastPostBody

interface BroadcastPostBody {
    mode: string;
    tx_bytes: Uint8Array;
}

Properties

Properties

mode: string
tx_bytes: Uint8Array