interface SubnetPayload {
    data: EncryptedTransaction;
    type: "subnet";
    uid: string;
}

Properties

Properties

type
uid: string