Function: get_shards_to_write_on()
function get_shards_to_write_on(wallet): Promise<NetworkName[]>;
Returns a list of shards that can be used during composing. This list does not include wallet's shard.
Parameters
• wallet: Wallet
Returns
Promise
<NetworkName
[]>