public static function getPages(): array
{
return [
'index' => ListBlockchains::route('/'),
'create' => CreateBlockchain::route('/create'),
'view' => ViewBlockchain::route('/{record}'),
'wallet-addresses' => ListWalletAddresses::route('/{record}/wallet-addresses'),
];
}
public static function getPages(): array
{
return [
'index' => ListBlockchains::route('/'),
'create' => CreateBlockchain::route('/create'),
'view' => ViewBlockchain::route('/{record}'),
'wallet-addresses' => ListWalletAddresses::route('/{record}/wallet-addresses'),
];
}