mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 15:57:59 +00:00
9 lines
347 B
TypeScript
9 lines
347 B
TypeScript
// Copyright 2017-2026 @pezkuwi/react-components authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
export const rewardDestinationOptions = [
|
|
{ text: 'Stash account (increase the amount at stake)', value: 0 },
|
|
{ text: 'Stash account (do not increase the amount at stake)', value: 1 },
|
|
{ text: 'Controller account', value: 2 }
|
|
];
|