IncreaseDeclarationSpace
// IncreaseDeclarationSpace increases the size of space declared on the chain
// - tibCount: the size of the declaration space increased, in TiB
//
// Return:
// - string: block hash
// - error: error message
//
// Note:
// - the size of the declared space cannot be reduced
// - when the staking does not meet the declared space size, you will be frozen
func (c *ChainClient) IncreaseDeclarationSpace(tibCount uint32) (string, error)Last updated