mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
41 lines
1.5 KiB
TypeScript
41 lines
1.5 KiB
TypeScript
export const bibiBloxberg = {
|
|
email: 'bibi@bloxberg.de',
|
|
firstName: 'Bibi',
|
|
lastName: 'Bloxberg',
|
|
username: 'bibi',
|
|
// description: 'Hex Hex',
|
|
password: BigInt('12825419584724616625'),
|
|
pubKey: Buffer.from('42de7e4754625b730018c3b4ea745a4d043d9d867af352d0f08871793dfa6743', 'hex'),
|
|
privKey: Buffer.from(
|
|
'60681365b6ad6fd500eae09ac8df0de6beb7554226e0ca1049e957cc6f202205b86e258bbbe98561a86bd9b986ea8b2a6c60abdff8a745f73c8932d4b6545a8da09bbcd6e18ec61a2ef30bac85f83c5d',
|
|
'hex',
|
|
),
|
|
emailHash: Buffer.from('38a0d8c8658a5681cc1180c5d9e2b2a18e4f611db8ab3ca61de4aa91ae94219b', 'hex'),
|
|
createdAt: new Date('2021-11-26T11:32:16'),
|
|
emailChecked: true,
|
|
language: 'de',
|
|
disabled: false,
|
|
groupId: 1,
|
|
passphrase:
|
|
'knife normal level all hurdle crucial color avoid warrior stadium road bachelor affair topple hawk pottery right afford immune two ceiling budget glance hour ',
|
|
mnemonicType: 2,
|
|
isAdmin: false,
|
|
addBalance: true,
|
|
balanceModified: new Date('2021-11-30T10:37:11'),
|
|
recordDate: new Date('2021-11-30T10:37:11'),
|
|
targetDate: new Date('2021-08-01 00:00:00'),
|
|
amount: 10000000,
|
|
creationTxHash: Buffer.from(
|
|
'51103dc0fc2ca5d5d75a9557a1e899304e5406cfdb1328d8df6414d527b0118100000000000000000000000000000000',
|
|
'hex',
|
|
),
|
|
signature: Buffer.from(
|
|
'2a2c71f3e41adc060bbc3086577e2d57d24eeeb0a7727339c3f85aad813808f601d7e1df56a26e0929d2e67fc054fca429ccfa283ed2782185c7f009fe008f0c',
|
|
'hex',
|
|
),
|
|
signaturePubkey: Buffer.from(
|
|
'7281e0ee3258b08801f3ec73e431b4519677f65c03b0382c63a913b5784ee770',
|
|
'hex',
|
|
),
|
|
}
|